Skip to content

Commit 19bdfa2

Browse files
authored
Fixed wrong node version
1 parent e515eda commit 19bdfa2

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
@@ -3,7 +3,7 @@
33
"version": "1.0.2",
44
"description": "Node.js command line script to convert xml input into json output (can be piped easily)",
55
"engines": {
6-
"node": ">=0.12"
6+
"node": ">=4"
77
},
88
"main": "index.js",
99
"bin": {

0 commit comments

Comments
 (0)