Remove nsp
GitHub does this now
This commit is contained in:
parent
e16075a702
commit
fb7764b3c7
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
"start": "node ./dist/index.js",
|
||||
"prepublish": "typings install && npm run build",
|
||||
"build": "tsc",
|
||||
"test": "npm run build && npm run lint && npm run mocha && nsp check",
|
||||
"test": "npm run build && npm run lint && npm run mocha",
|
||||
"mocha": "mocha --compilers ts:ts-node/register --require scripts/test-helper.js --recursive --bail tests/**/*.test.ts tests/*.test.ts",
|
||||
"lint": "tslint src/**/*.ts --type-check --project tsconfig.json"
|
||||
},
|
||||
|
@ -45,7 +45,6 @@
|
|||
"chai-as-promised": "7.1.1",
|
||||
"mocha": "3.4.2",
|
||||
"node-fetch": "1.7.1",
|
||||
"nsp": "2.6.3",
|
||||
"supertest": "3.0.0",
|
||||
"ts-node": "3.2.0",
|
||||
"tslint": "5.5.0",
|
||||
|
|
Reference in a new issue