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

Commit

Permalink
feature: 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 18, 2019
1 parent afc3622 commit 71b9a5b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"private": true,
"scripts": {
"start": "npm-run-all clean:dev handlebars --parallel handlebars:watch webpack:server eslint:watch stylelint:watch --silent",
"build": "npm-run-all security test handlebars clean webpack --silent",
"build:dev": "npm-run-all security test handlebars clean:dev webpack:dev --silent",
"build": "npm-run-all test handlebars clean webpack --silent",
"build:dev": "npm-run-all test handlebars clean:dev webpack:dev --silent",
"build:serve": "serve dist --open",
"build:analyze": "npm run webpack:stats --silent && webpack-bundle-analyzer ./.webpack-stats.json ./dist -s parsed",
"pretest": "npm run eslint --silent",
Expand All @@ -47,7 +47,6 @@
"webpack:stats": "cross-env NODE_ENV=production webpack --config build/webpack.config.babel.js --profile --json > ./.webpack-stats.json",
"handlebars": "babel-node build/handlebars.js",
"handlebars:watch": "onchange \"src/**/*.hbs\" \"src/handlebars/helpers/*.js\" -- onerror \"npm run handlebars --silent\" -t \"Handlebars build failed\"",
"security": "nsp check",
"clean": "del .webpack-assets.json dist",
"clean:dev": "del .webpack-assets.json server",
"postmerge": "npm install",
Expand Down Expand Up @@ -118,7 +117,6 @@
"minimist": "^1.2.0",
"node-sass": "^4.8.3",
"npm-run-all": "^4.1.2",
"nsp": "^3.2.1",
"ntl": "^3.0.0",
"onchange": "^3.3.0",
"perfy": "^1.1.2",
Expand Down

0 comments on commit 71b9a5b

Please sign in to comment.