Skip to content

Commit

Permalink
Merge pull request #785 from winstonjs/fixes/package-json-engines-ver…
Browse files Browse the repository at this point in the history
…sion

Update package.json engines version to 0.10.x
  • Loading branch information
indexzero committed Jan 21, 2016
2 parents b48f572 + 62b2ee5 commit 953e1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"test": "vows --spec --isolate"
},
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},
"license": "MIT"
}

0 comments on commit 953e1d2

Please sign in to comment.