Skip to content

Commit e44e259

Browse files
committed
chore(): set supported node version to ^4.2.3
edit npm and travis info, and generated README.md
1 parent 84b804a commit e44e259

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- 4.2.2
4+
- 4.2.3
55
env:
66
global:
77
- SAUCE_USERNAME=fullstack_ci
88
- SAUCE_ACCESS_KEY=1a527ca6-4aa5-4618-86ce-0278bf158cbf
99
matrix:
1010
fast_finish: true
1111
allow_failures:
12-
- node_js: 5.0.0
12+
- node_js: 5.1.1
1313
before_install:
1414
- ./scripts/sauce_connect_setup.sh
1515
- gem update --system

Diff for: app/templates/.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22
node_js:
3-
- 4.2.2
3+
- 4.2.3
44
matrix:
55
fast_finish: true
66
allow_failures:
7-
- node_js: 5.0.0
7+
- node_js: 5.1.1
88
before_script:
99
- npm install -g bower grunt-cli<% if (filters.sass) { %>
1010
- gem install sass<% } %>

Diff for: app/templates/README.md

+1-1
Original file line numberDiff line numberDiff 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) { %>

Diff for: app/templates/_package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
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": {

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
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"

0 commit comments

Comments
 (0)