Skip to content

Commit

Permalink
Update node versions in travis config and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah committed Jul 15, 2017
1 parent 66aa46b commit 44dbf28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sudo: false
language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'
- node
- 6
- 4
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"yeoman-test": "^1.6.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
"node": ">=4"
},
"licenses": [
{
Expand Down

0 comments on commit 44dbf28

Please sign in to comment.