Remove duplicate "engines" from package.json
The problem was introduced by 1fb7842
This commit is contained in:
parent
242f261934
commit
401b7e4296
|
@ -31,9 +31,6 @@
|
|||
"test": "mocha",
|
||||
"posttest": "npm run lint"
|
||||
},
|
||||
"engines": [
|
||||
"node >= 0.6"
|
||||
],
|
||||
"devDependencies": {
|
||||
"async-iterators": "^0.2.2",
|
||||
"eslint": "^2.13.1",
|
||||
|
|
Loading…
Reference in New Issue