Skip to content

Commit 3edadb5

Browse files
chore: drop support for Node.js 0.10
BREAKING CHANGE: This module no longer supports Node.js 0.10
1 parent e14e602 commit 3edadb5

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
"licenses": "MIT",
1818
"engines": {
19-
"node": ">= 0.10.26"
19+
"node": ">= 4"
2020
},
2121
"scripts": {
2222
"test": "gulp test"

0 commit comments

Comments
 (0)