mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 19:02:14 +00:00
bump url-manager
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
parent
b7b604e11f
commit
bbf743677f
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@dzeio/url-manager",
|
"name": "@dzeio/url-manager",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"description": "A simple to use yet complete Urls parser and serializer",
|
"description": "A simple to use yet complete Urls parser and serializer",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"typescript": "^4.0.2"
|
"typescript": "^4.0.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublishOnly": "yarn build",
|
"prepublishOnly": "npm run build",
|
||||||
"build": "esbuild src/index.ts --bundle --outfile=dist/browser.js --minify --target=es6 && tsc && tsc --project tsconfig.esm.json",
|
"build": "esbuild src/index.ts --bundle --outfile=dist/browser.js --minify --target=es6 && tsc && tsc --project tsconfig.esm.json",
|
||||||
"test": "jest --coverage"
|
"test": "jest --coverage"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user