File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11sudo : false
22language : node_js
33node_js :
4- - 4.2.2
4+ - 4.2.3
55env :
66 global :
77 - SAUCE_USERNAME=fullstack_ci
88 - SAUCE_ACCESS_KEY=1a527ca6-4aa5-4618-86ce-0278bf158cbf
99matrix :
1010 fast_finish : true
1111 allow_failures :
12- - node_js : 5.0.0
12+ - node_js : 5.1.1
1313before_install :
1414 - ./scripts/sauce_connect_setup.sh
1515 - gem update --system
Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - 4.2.2
3+ - 4.2.3
44matrix :
55 fast_finish : true
66 allow_failures :
7- - node_js : 5.0.0
7+ - node_js : 5.1.1
88before_script :
99 - npm install -g bower grunt-cli<% if (filters.sass) { %>
1010 - gem install sass<% } %>
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This project was generated with the [Angular Full-Stack Generator](https://githu
77### Prerequisites
88
99- [ Git] ( https://git-scm.com/ )
10- - [ Node.js and NPM ] ( nodejs.org ) >= v0.12.0
10+ - [ Node.js and npm ] ( nodejs.org ) Node ^4.2.3, npm ^2.14.7
1111- [ Bower] ( bower.io ) (` npm install --global bower ` )<% if(filters.sass) { %>
1212- [ Ruby] ( https://www.ruby-lang.org ) and then ` gem install sass ` <% } if(filters.grunt) { %>
1313- [ Grunt] ( http://gruntjs.com/ ) (` npm install --global grunt-cli ` )<% } if(filters.gulp) { %>
Original file line number Diff line number Diff line change 110110 "supertest" : " ^1.1.0"
111111 },
112112 "engines" : {
113- "node" : " ^4.2.2 " ,
113+ "node" : " ^4.2.3 " ,
114114 "npm" : " ^2.14.7"
115115 },
116116 "scripts" : {
Original file line number Diff line number Diff line change 6262 "yeoman-assert" : " ^2.0.0"
6363 },
6464 "engines" : {
65- "node" : " ^4.2.2 " ,
65+ "node" : " ^4.2.3 " ,
6666 "npm" : " ^2.14.7"
6767 },
6868 "license" : " BSD-2-Clause"
You can’t perform that action at this time.
0 commit comments