Skip to content

Commit 66328cc

Browse files
committed
update engines to only support >=v0.8.x/libuv on the master branch
1 parent 757316f commit 66328cc

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,5 +16,5 @@
1616
"test" : "make test",
1717
"install" : "node-gyp rebuild || (exit 0)"
1818
},
19-
"engines" : { "node": ">= 0.4.0" }
19+
"engines" : { "node": ">= 0.8.0" }
2020
}

0 commit comments

Comments
 (0)