Remove duplicate "engines" from package.json

The problem was introduced by 1fb7842
This commit is contained in:
Miroslav Bajtoš 2016-11-15 15:44:54 +01:00
parent 242f261934
commit 401b7e4296
1 changed files with 0 additions and 3 deletions

View File

@ -31,9 +31,6 @@
"test": "mocha",
"posttest": "npm run lint"
},
"engines": [
"node >= 0.6"
],
"devDependencies": {
"async-iterators": "^0.2.2",
"eslint": "^2.13.1",