File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed 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
7
7
### Prerequisites
8
8
9
9
- [ Git] ( https://git-scm.com/ )
10
- - [ Node.js and NPM] ( nodejs.org ) >= v0.10 .0
10
+ - [ Node.js and NPM] ( nodejs.org ) >= v0.12 .0
11
11
- [ Bower] ( bower.io ) (` npm install --global bower ` )<% if(filters.sass) { %>
12
12
- [ Ruby] ( https://www.ruby-lang.org ) and then ` gem install sass ` <% } if(filters.grunt) { %>
13
13
- [ Grunt] ( http://gruntjs.com/ ) (` npm install --global grunt-cli ` )<% } if(filters.gulp) { %>
Original file line number Diff line number Diff line change 107
107
"supertest" : " ~0.11.0"
108
108
},
109
109
"engines" : {
110
- "node" : " >=0.10 .0"
110
+ "node" : " >=0.12 .0"
111
111
},
112
112
"scripts" : {
113
113
"start" : " node server" ,
Original file line number Diff line number Diff line change 50
50
"underscore.string" : " ^3.1.1"
51
51
},
52
52
"engines" : {
53
- "node" : " >=0.10 .0" ,
53
+ "node" : " >=0.12 .0" ,
54
54
"npm" : " >=1.2.10"
55
55
},
56
56
"license" : " BSD-2-Clause"
You can’t perform that action at this time.
0 commit comments