Browse Source

Remove NPM engine specification

According to the NPM docs on [engine](https://docs.npmjs.com/files/package.json#engines),
this specification was only ever advisory, and is now depricated. It
seems to cause NPM to pull in a very old version of NPM, which causes
warnings when installing dependencies.
pull/540/head
Julian Simioni 9 years ago
parent
commit
bfd340a0fc
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 3
      package.json

3
package.json

@ -30,8 +30,7 @@
"url": "https://github.com/pelias/api/issues"
},
"engines": {
"node": ">=0.10.26",
"npm": ">=1.4.3"
"node": ">=0.10.26"
},
"dependencies": {
"async": "^1.5.2",

Loading…
Cancel
Save