Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit 7d61d03

Browse files
authored
Merge pull request #536 from grtjn/386-node-v4
Fixed #386: pinned node engine to v4+
2 parents d33017f + 564f853 commit 7d61d03

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"yargs": "^3.26.0"
8484
},
8585
"engines": {
86-
"node": ">=0.8.0"
86+
"node": ">=4.0.0"
8787
},
8888
"private": true
8989
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
"underscore.string": "^3.2.2",
4343
"vows": "^0.8.0"
4444
},
45-
"engine": "node >= 0.4.1",
45+
"engines": {
46+
"node": ">= 4.0.0"
47+
},
4648
"scripts": {
4749
"test": "echo \"Error: no test specified\" && exit 1"
4850
},

0 commit comments

Comments
 (0)