From 3a08a468111c87210c1b28fe385704899b1ee7f0 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Tue, 7 May 2024 13:05:36 -0600 Subject: [PATCH] chore: remove npm-shrinkwrap.json --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a6a6470b..ef3b1b8d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,6 @@ "exports": "./lib/index.js", "files": [ "oclif.manifest.json", - "npm-shrinkwrap.json", "/lib" ], "homepage": "https://github.com/oclif/plugin-autocomplete", @@ -63,12 +62,12 @@ "repository": "oclif/plugin-autocomplete", "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 && tsc -p test --noEmit", "test": "mocha --forbid-only \"test/**/*.test.ts\"",