diff --git a/package.json b/package.json index 4a3ec145..4a99a714 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,7 @@ "exports": "./lib/index.js", "files": [ "/lib", - "/oclif.manifest.json", - "npm-shrinkwrap.json" + "/oclif.manifest.json" ], "homepage": "https://github.com/oclif/plugin-commands", "keywords": [ @@ -57,12 +56,12 @@ "repository": "oclif/plugin-commands", "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": "mocha --forbid-only \"test/**/*.test.ts\"",