File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- 5.4.1
1+ 6.6.0
Original file line number Diff line number Diff line change 11language : node_js
22sudo : false
33node_js :
4- - ' 5.4.1 '
4+ - ' 6.6.0 '
55
66addons :
77# firefox: "38.0"
Original file line number Diff line number Diff line change 44// This is to ensure that we catch env issues before we error while requiring other dependencies.
55require ( './tools/check-environment' ) ( {
66 requiredNpmVersion : '>=3.5.3 <4.0.0' ,
7- requiredNodeVersion : '>=5.4.1 <6 .0.0' ,
7+ requiredNodeVersion : '>=5.4.1 <7 .0.0' ,
88} ) ;
99
1010const gulp = require ( 'gulp' ) ;
Original file line number Diff line number Diff line change 88 "bugs" : " https://github.com/angular/angular/issues" ,
99 "license" : " MIT" ,
1010 "engines" : {
11- "node" : " >= 5.4.1 < 6 "
11+ "node" : " >= 5.4.1 < 7 "
1212 },
1313 "repository" : {
1414 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments