From fb7764b3c70b8268200e40599a47f735cb1a6646 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 17 Jan 2018 21:38:49 +0000 Subject: [PATCH] Remove nsp GitHub does this now --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index d7a448d..40b95ca 100644 --- a/package.json +++ b/package.json @@ -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",