diff --git a/package-lock.json b/package-lock.json index 1fb6166..d29098d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,14 +7,7 @@ "": { "name": "ddmt-tool", "version": "1.0.5", - "license": "ISC", - "dependencies": { - "ddmt-tool": "file:" - } - }, - "node_modules/ddmt-tool": { - "resolved": "", - "link": true + "license": "ISC" } } } diff --git a/package.json b/package.json index b70a995..b7f535a 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,5 @@ "tool" ], "author": "ddmt", - "license": "ISC", - "dependencies": { - "ddmt-tool": "file:" - } + "license": "ISC" }