1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 10:52:11 +00:00

bump url-manager

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
Florian Bouillon 2021-09-29 10:22:37 +02:00
parent b7b604e11f
commit bbf743677f
Signed by: Florian Bouillon
GPG Key ID: BEEAF3722D0EBF64

View File

@ -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"
}, },