diff --git a/packages/di/package-lock.json b/packages/di/package-lock.json new file mode 100644 index 0000000..7587d54 --- /dev/null +++ b/packages/di/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "@cofn/di", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "@cofn/di", + "version": "1.0.0", + "license": "MIT" + } + } +} diff --git a/packages/di/package.json b/packages/di/package.json index 87eaa41..91dedee 100644 --- a/packages/di/package.json +++ b/packages/di/package.json @@ -12,7 +12,6 @@ } }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" }, "prettier": { "singleQuote": true