diff --git a/package.json b/package.json index 265ad703..23d786c7 100644 --- a/package.json +++ b/package.json @@ -50,8 +50,7 @@ "exports": "./lib/index.js", "files": [ "oclif.manifest.json", - "/lib", - "npm-shrinkwrap.json" + "/lib" ], "homepage": "https://github.com/oclif/plugin-plugins", "keywords": [ @@ -77,12 +76,12 @@ "repository": "oclif/plugin-plugins", "scripts": { "build": "shx rm -rf lib && tsc", - "clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json", + "clean": "shx rm -f oclif.manifest.json", "compile": "tsc", "lint": "eslint . --ext .ts", "postpack": "yarn run clean", "posttest": "yarn lint", - "prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap", + "prepack": "yarn build && oclif manifest && oclif readme", "prepare": "husky && yarn build", "pretest": "yarn build --noEmit && tsc -p test --noEmit", "test:integration:install": "mocha \"test/**/install.integration.ts\" --timeout 1200000",