Skip to content

Commit

Permalink
chore: remove npm-shrinkwrap.json (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored May 8, 2024
1 parent f6c4e0a commit 7b07f1f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
},
"files": [
"oclif.manifest.json",
"/dist",
"npm-shrinkwrap.json"
"/dist"
],
"homepage": "https://github.com/oclif/plugin-update",
"keywords": [
Expand All @@ -74,12 +73,12 @@
"repository": "oclif/plugin-update",
"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:sf": "mocha --forbid-only \"test/integration/sf.integration.ts\" --timeout 900000",
Expand Down

0 comments on commit 7b07f1f

Please sign in to comment.