archive
/
tstatic
Archived
1
Fork 0

Remove nsp

GitHub does this now
This commit is contained in:
Jake Howard 2018-01-17 21:38:49 +00:00
parent e16075a702
commit fb7764b3c7
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 2 deletions

View File

@ -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",