Skip to content

Commit

Permalink
chore: remove npm-shrinkwrap.json (#663)
Browse files Browse the repository at this point in the history
Co-authored-by: Shane McLaughlin <shane.mclaughlin@salesforce.com>
  • Loading branch information
mdonnalley and mshanemc committed May 10, 2024
1 parent 62d4516 commit 130b643
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 @@ -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": [
Expand All @@ -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\"",
Expand Down

0 comments on commit 130b643

Please sign in to comment.