Skip to content

Commit 291a765

Browse files
committed
chore: Remove security npm script since nsp is dead and gone
The security script might come back when this is merged and released: npm/cli#125
1 parent 65569d7 commit 291a765

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
@@ -19,7 +19,7 @@
1919
"test": "npm run lint && nyc ava",
2020
"lint": "eslint --cache --ignore-path .gitignore .",
2121
"lint:fix": "npm run lint --silent -- --fix",
22-
"release": "nsp check && standard-version --tag-prefix",
22+
"release": "standard-version --tag-prefix",
2323
"release:patch": "npm run release --silent -- --release-as patch",
2424
"release:minor": "npm run release --silent -- --release-as minor",
2525
"release:major": "npm run release --silent -- --release-as major"

0 commit comments

Comments
 (0)