Skip to content

Commit bf4fd93

Browse files
committed
Specified that the module is compatible from node v4.0.0 to latest
1 parent 058106f commit bf4fd93

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
@@ -11,7 +11,7 @@
1111
]
1212
},
1313
"engines": {
14-
"node": "*"
14+
"node": ">= 4.0.0"
1515
},
1616
"main": "./lib/index",
1717
"keywords": [

0 commit comments

Comments
 (0)