Skip to content

Commit fc6d9c2

Browse files
authored
Merge pull request brianc#1374 from charmander/node-minor-compatibility
Update minimum Node version to 4.5.0
2 parents 14153f2 + 482c06b commit fc6d9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
},
4444
"license": "MIT",
4545
"engines": {
46-
"node": ">= 4.0.0"
46+
"node": ">= 4.5.0"
4747
}
4848
}

0 commit comments

Comments
 (0)