Skip to content

Commit

Permalink
increased minimal version of node from 0.4.0 to 0.12.0
Browse files Browse the repository at this point in the history
because can't run tests on lesser version anyway
  • Loading branch information
unclechu committed Jan 16, 2016
1 parent 1098732 commit d62c8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"main": "lib/deep-extend.js",
"engines": {
"node": ">=0.4.0",
"node": ">=0.12.0",
"iojs": ">=1.0.0"
},
"scripts": {
Expand Down

0 comments on commit d62c8ad

Please sign in to comment.