diff --git a/package-lock.json b/package-lock.json index c67c775..fda6f13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,20 @@ { "name": "ddmt-tool", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ddmt-tool", - "version": "1.0.6", - "license": "MIT" + "version": "1.0.7", + "license": "MIT", + "dependencies": { + "ddmt-tool": "file:" + } + }, + "node_modules/ddmt-tool": { + "resolved": "", + "link": true } } } diff --git a/package.json b/package.json index dc469da..b8f4112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ddmt-tool", - "version": "1.0.6", + "version": "1.0.7", "description": "A utility library that provides commonly used functions to simplify everyday development tasks. Whether it's string manipulation, array operations, or other frequent functionalities, `ddmt-tool` helps you work more efficiently.", "main": "index.js", "type": "module", @@ -12,5 +12,8 @@ "tool" ], "author": "ddmt", - "license": "MIT" + "license": "MIT", + "dependencies": { + "ddmt-tool": "file:" + } }