Skip to content

Commit

Permalink
Merge pull request #621 from oclif/mdonnalley/remove-npm-shrinkwrap
Browse files Browse the repository at this point in the history
chore: remove npm-shrinkwrap
  • Loading branch information
mshanemc committed May 10, 2024
2 parents 5fada55 + 9cf2c18 commit dfc109b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -41,7 +41,6 @@
"exports": "./lib/index.js",
"files": [
"oclif.manifest.json",
"npm-shrinkwrap.json",
"/lib"
],
"homepage": "https://github.com/oclif/plugin-not-found",
Expand All @@ -61,12 +60,12 @@
"repository": "oclif/plugin-not-found",
"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 dfc109b

Please sign in to comment.