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

Commit

Permalink
Merge pull request #536 from grtjn/386-node-v4
Browse files Browse the repository at this point in the history
Fixed #386: pinned node engine to v4+
  • Loading branch information
grtjn authored Dec 4, 2017
2 parents d33017f + 564f853 commit 7d61d03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"yargs": "^3.26.0"
},
"engines": {
"node": ">=0.8.0"
"node": ">=4.0.0"
},
"private": true
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
"underscore.string": "^3.2.2",
"vows": "^0.8.0"
},
"engine": "node >= 0.4.1",
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 7d61d03

Please sign in to comment.