Skip to content

Commit b6ea12c

Browse files
chore: drop support for Node.js 0.10
BREAKING CHANGE: This module no longer supports Node.js 0.10
1 parent 776d3e9 commit b6ea12c

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
@@ -16,7 +16,7 @@
1616
},
1717
"license": "MIT",
1818
"engines": {
19-
"node": ">= 0.8.0"
19+
"node": ">= 4"
2020
},
2121
"scripts": {
2222
"test": "grunt test"

0 commit comments

Comments
 (0)