Skip to content

Commit 5cae4f2

Browse files
removed "npm audit fix", since it breaks "npm link", which is required for testing with ESLint
1 parent 366fa6a commit 5cae4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"lint": "eslint .",
5555
"test": "mocha && npm run lint",
5656
"coverage": "nyc node_modules/mocha/bin/mocha",
57-
"upgrade": "npm-check -u && npm audit fix",
57+
"upgrade": "npm-check -u",
5858
"bump": "bump --tag --push --all",
5959
"release": "npm run upgrade && npm run clean && npm test && npm run bump"
6060
},

0 commit comments

Comments
 (0)