Skip to content

Commit

Permalink
chore(node): allow current node version
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb authored and alexeagle committed Sep 19, 2016
1 parent 5509453 commit 1225ecf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.1
6.6.0
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
sudo: false
node_js:
- '5.4.1'
- '6.6.0'

addons:
# firefox: "38.0"
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// This is to ensure that we catch env issues before we error while requiring other dependencies.
require('./tools/check-environment')({
requiredNpmVersion: '>=3.5.3 <4.0.0',
requiredNodeVersion: '>=5.4.1 <6.0.0',
requiredNodeVersion: '>=5.4.1 <7.0.0',
});

const gulp = require('gulp');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": "https://github.com/angular/angular/issues",
"license": "MIT",
"engines": {
"node": ">= 5.4.1 < 6"
"node": ">= 5.4.1 < 7"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1225ecf

Please sign in to comment.