Skip to content
This repository was archived by the owner on Oct 15, 2021. It is now read-only.

Commit ef784e7

Browse files
committed
feature: 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 44eb628 commit ef784e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"private": true,
1818
"scripts": {
1919
"start": "npm-run-all clean:dev handlebars --parallel handlebars:watch webpack:server eslint:watch stylelint:watch --silent",
20-
"build": "npm-run-all security test handlebars clean webpack --silent",
21-
"build:dev": "npm-run-all security test handlebars clean:dev webpack:dev --silent",
20+
"build": "npm-run-all test handlebars clean webpack --silent",
21+
"build:dev": "npm-run-all test handlebars clean:dev webpack:dev --silent",
2222
"build:serve": "serve dist --open",
2323
"build:analyze": "npm run webpack:stats --silent && webpack-bundle-analyzer ./.webpack-stats.json ./dist -s parsed",
2424
"pretest": "npm run eslint --silent",
@@ -41,7 +41,6 @@
4141
"webpack:stats": "cross-env NODE_ENV=production webpack --config build/webpack.config.babel.js --profile --json > ./.webpack-stats.json",
4242
"handlebars": "babel-node build/handlebars.js",
4343
"handlebars:watch": "onchange \"src/**/*.hbs\" \"src/handlebars/helpers/*.js\" -- onerror \"npm run handlebars --silent\" -t \"Handlebars build failed\"",
44-
"security": "nsp check",
4544
"clean": "del .webpack-assets.json dist",
4645
"clean:dev": "del .webpack-assets.json server",
4746
"postmerge": "npm install",
@@ -106,7 +105,6 @@
106105
"minimist": "^1.2.0",
107106
"node-sass": "^4.8.3",
108107
"npm-run-all": "^4.1.2",
109-
"nsp": "^3.2.1",
110108
"ntl": "^3.0.0",
111109
"onchange": "^3.3.0",
112110
"perfy": "^1.1.2",

0 commit comments

Comments
 (0)