Browse Source

Remove npm-check

pull/1137/head
Julian Simioni 7 years ago
parent
commit
01ca6e6c65
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 7
      package.json

7
package.json

@ -14,11 +14,10 @@
"lint": "jshint .", "lint": "jshint .",
"start": "./bin/start", "start": "./bin/start",
"test": "npm run unit", "test": "npm run unit",
"travis": "npm run check-dependencies && npm test", "travis": "npm test",
"unit": "./bin/units", "unit": "./bin/units",
"validate": "npm ls", "validate": "npm ls",
"config": "node -e \"console.log(JSON.stringify(require( 'pelias-config' ).generate(require('./schema')), null, 2))\"", "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" "prune": "npm prune"
}, },
"repository": { "repository": {
@ -71,7 +70,6 @@
"difflet": "^1.0.1", "difflet": "^1.0.1",
"istanbul": "^0.4.2", "istanbul": "^0.4.2",
"jshint": "^2.5.6", "jshint": "^2.5.6",
"npm-check": "git://github.com/orangejulius/npm-check.git#disable-update-check",
"nsp": "^3.0.0", "nsp": "^3.0.0",
"pelias-mock-logger": "1.2.0", "pelias-mock-logger": "1.2.0",
"precommit-hook": "^3.0.0", "precommit-hook": "^3.0.0",
@ -87,8 +85,7 @@
"lint", "lint",
"prune", "prune",
"validate", "validate",
"test", "test"
"check-dependencies"
], ],
"release": { "release": {
"branch": "production" "branch": "production"

Loading…
Cancel
Save