Skip to content

Commit

Permalink
Remove deprecated nsp (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperlink committed Dec 17, 2018
1 parent 34d29dd commit a39bd8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"execa": "^0.6.1",
"istanbul": "^0.4.4",
"mocha": "^3.1.0",
"nsp": "^2.6.2",
"optimist": "^0.6.1",
"proxyquire": "^1.7.10",
"should": "^6.0.0",
Expand All @@ -72,7 +71,7 @@
},
"scripts": {
"test:ts": "tslint --project ./types/tsconfig.json --config ./types/tslint.json && tsc --project types",
"test": "eslint . && npm run test:ts && ./run-tests.sh && nsp check",
"test": "eslint . && npm run test:ts && ./run-tests.sh",
"startDocker": "./start-docker.sh",
"stopDocker": "docker-compose down",
"updateToc": "doctoc README.md --maxlevel 2 --notitle"
Expand Down

0 comments on commit a39bd8d

Please sign in to comment.