Skip to content

Commit 9d85b82

Browse files
author
Evan Jacobs
committed
Bump minimum Node version to 4.0
1 parent 55ef64f commit 9d85b82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"lodash": "^4.0.0",
2323
"mkdirp": "^0.5.1"
2424
},
25+
"engines": {
26+
"node": ">= 4"
27+
},
2528
"scripts": {
2629
"postinstall": "which yo || npm i -g yo"
2730
}

0 commit comments

Comments
 (0)