Skip to content

Commit 1e7a258

Browse files
chore: drop support for Node.js 0.10
BREAKING CHANGE: This module no longer supports Node.js 0.10
1 parent 8d24271 commit 1e7a258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "./main",
77
"engines": {
88
"iojs": ">= 1",
9-
"node": ">= 0.10",
9+
"node": ">= 4",
1010
"npm": ">= 1"
1111
},
1212
"dependencies": {

0 commit comments

Comments
 (0)