From 01ca6e6c65d62f66ee3003a68a6df57f0bdd6f31 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Fri, 11 May 2018 19:26:30 -0400 Subject: [PATCH] Remove npm-check --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a7759a27..ffa18966 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,10 @@ "lint": "jshint .", "start": "./bin/start", "test": "npm run unit", - "travis": "npm run check-dependencies && npm test", + "travis": "npm test", "unit": "./bin/units", "validate": "npm ls", "config": "node -e \"console.log(JSON.stringify(require( 'pelias-config' ).generate(require('./schema')), null, 2))\"", - "check-dependencies": "node_modules/.bin/npm-check --production --ignore pelias-interpolation", "prune": "npm prune" }, "repository": { @@ -71,7 +70,6 @@ "difflet": "^1.0.1", "istanbul": "^0.4.2", "jshint": "^2.5.6", - "npm-check": "git://github.com/orangejulius/npm-check.git#disable-update-check", "nsp": "^3.0.0", "pelias-mock-logger": "1.2.0", "precommit-hook": "^3.0.0", @@ -87,8 +85,7 @@ "lint", "prune", "validate", - "test", - "check-dependencies" + "test" ], "release": { "branch": "production"