Skip to content

Commit

Permalink
chore: Remove security npm script since nsp is dead and gone
Browse files Browse the repository at this point in the history
The security script might come back when this is merged and released:
npm/cli#125
  • Loading branch information
mischah committed Feb 11, 2019
1 parent 65569d7 commit 291a765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "npm run lint && nyc ava",
"lint": "eslint --cache --ignore-path .gitignore .",
"lint:fix": "npm run lint --silent -- --fix",
"release": "nsp check && standard-version --tag-prefix",
"release": "standard-version --tag-prefix",
"release:patch": "npm run release --silent -- --release-as patch",
"release:minor": "npm run release --silent -- --release-as minor",
"release:major": "npm run release --silent -- --release-as major"
Expand Down

0 comments on commit 291a765

Please sign in to comment.