Skip to content

Commit d62c8ad

Browse files
committed
increased minimal version of node from 0.4.0 to 0.12.0
because can't run tests on lesser version anyway
1 parent 1098732 commit d62c8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
"main": "lib/deep-extend.js",
4040
"engines": {
41-
"node": ">=0.4.0",
41+
"node": ">=0.12.0",
4242
"iojs": ">=1.0.0"
4343
},
4444
"scripts": {

0 commit comments

Comments
 (0)