Skip to content

Commit 148fb97

Browse files
committed
chore: Mark the minimum working Niode.js version as Node.js 6
1 parent ba6c979 commit 148fb97

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
@@ -30,7 +30,7 @@
3030
"jsonlint": "lib/cli.js"
3131
},
3232
"engines": {
33-
"node": ">= 0.6"
33+
"node": ">= 6"
3434
},
3535
"scripts": {
3636
"prepare": "npm run lint && npm run build",

0 commit comments

Comments
 (0)