fix incorrect engines property in package.json

This commit is contained in:
Ryan Graham 2017-03-03 12:54:44 -08:00
parent e7274a39dc
commit 5cbc3bfae7
No known key found for this signature in database
GPG Key ID: F15A82CDEFD85858
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@
"test": "mocha", "test": "mocha",
"posttest": "npm run lint" "posttest": "npm run lint"
}, },
"engines": [ "engines": {
"node >= 0.6" "node": ">= 0.6"
], },
"devDependencies": { "devDependencies": {
"async-iterators": "^0.2.2", "async-iterators": "^0.2.2",
"bluebird": "^2.9.9", "bluebird": "^2.9.9",