mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-17 21:19:20 +00:00
bump: fix types bug
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@dzeio/url-manager",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"description": "A simple to use yet complete Urls parser and serializer",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -12,7 +12,7 @@
|
||||
"license": "MIT",
|
||||
"main": "./dist/cjs/URLManager.js",
|
||||
"module": "./dist/esm/URLManager.js",
|
||||
"types": "./dist/URLManager.d.ts",
|
||||
"types": "./dist/types/URLManager.d.ts",
|
||||
"keywords": [
|
||||
"url",
|
||||
"url-manager",
|
||||
|
Reference in New Issue
Block a user