Browse Source

Remove Elasticsearch from engines

According to the [docs](https://docs.npmjs.com/files/package.json#engines)
only node and NPM versions may be specified here.
pull/540/head
Julian Simioni 9 years ago
parent
commit
5293e96929
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 3
      package.json

3
package.json

@ -31,8 +31,7 @@
},
"engines": {
"node": ">=0.10.26",
"npm": ">=1.4.3",
"elasticsearch": ">=1.2.1"
"npm": ">=1.4.3"
},
"dependencies": {
"async": "^1.5.2",

Loading…
Cancel
Save