Skip to content

Commit e6ab55f

Browse files
committed
package.json: fixed node version
1 parent b48b99e commit e6ab55f

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
@@ -36,7 +36,7 @@
3636
}
3737
],
3838
"engines": {
39-
"node": "0.8 | 0.10"
39+
"node": ">= 0.8.0"
4040
},
4141
"dependencies": {
4242
"commander": "1.1.1",

0 commit comments

Comments
 (0)