Browse Source

Merge pull request #1195 from pelias/remove-old-packages

Remove old packages
pull/1196/head
Julian Simioni 6 years ago committed by GitHub
parent
commit
1f56ba1edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      package.json

5
package.json

@ -8,7 +8,6 @@
"main": "index.js",
"bin": "./bin/start",
"scripts": {
"audit": "npm shrinkwrap; node node_modules/nsp/bin/nsp check; rm npm-shrinkwrap.json;",
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao",
"coverage": "node_modules/.bin/istanbul cover test/unit/run.js",
"docs": "./bin/generate-docs",
@ -71,15 +70,13 @@
"difflet": "^1.0.1",
"istanbul": "^0.4.2",
"jshint": "^2.5.6",
"nsp": "^3.0.0",
"pelias-mock-logger": "^1.3.0",
"precommit-hook": "^3.0.0",
"proxyquire": "^2.0.0",
"source-map": "^0.7.0",
"tap-dot": "^2.0.0",
"tape": "^4.5.1",
"tmp": "^0.0.33",
"uglify-js": "^3.0.4"
"tmp": "^0.0.33"
},
"pre-commit": [
"lint",

Loading…
Cancel
Save