Skip to content

Commit

Permalink
Set minimum node version to 6 (#314)
Browse files Browse the repository at this point in the history
Fixes #191
  • Loading branch information
jakub300 authored Nov 27, 2017
1 parent 8b315d4 commit c8d4374
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ node_js:
- "8"
- "7"
- "6"
- "4"
addons:
apt:
packages:
Expand Down
3 changes: 3 additions & 0 deletions generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
"jquery": "^3.2.1",<% } %>
"normalize-scss": "^7.0.0"
},
"engines": {
"node": ">=6"
},
"pre-commit": [
"lint"
]
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.7.0"
},
"engines": {
"node": ">=6"
},
"repository": "[email protected]:xfiveco/generator-chisel.git",
"license": "MIT"
}

0 comments on commit c8d4374

Please sign in to comment.