mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-23 03:12:12 +00:00
fix: Publish error
Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
parent
43eb380028
commit
9818037cc5
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@dzeio/url-manager",
|
"name": "@dzeio/url-manager",
|
||||||
"version": "1.0.8",
|
"version": "1.0.9",
|
||||||
"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",
|
||||||
@ -13,6 +13,9 @@
|
|||||||
"main": "./dist/cjs/URLManager.js",
|
"main": "./dist/cjs/URLManager.js",
|
||||||
"module": "./dist/esm/URLManager.js",
|
"module": "./dist/esm/URLManager.js",
|
||||||
"types": "./dist/types/URLManager.d.ts",
|
"types": "./dist/types/URLManager.d.ts",
|
||||||
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"url",
|
"url",
|
||||||
"url-manager",
|
"url-manager",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user