Skip to content

Commit

Permalink
chore: remove npm-shrinkwrap.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed May 9, 2024
1 parent dca7aae commit 12bb0dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -35,8 +35,7 @@
"exports": "./lib/index.js",
"files": [
"oclif.manifest.json",
"/lib",
"npm-shrinkwrap.json"
"/lib"
],
"homepage": "https://github.com/oclif/plugin-help",
"keywords": [
Expand All @@ -52,12 +51,12 @@
"repository": "oclif/plugin-help",
"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\"",
Expand Down

0 comments on commit 12bb0dc

Please sign in to comment.