File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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
77### Prerequisites
88
99- [ 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
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 107107 "supertest" : " ~0.11.0"
108108 },
109109 "engines" : {
110- "node" : " >=0.10 .0"
110+ "node" : " >=0.12 .0"
111111 },
112112 "scripts" : {
113113 "start" : " node server" ,
Original file line number Diff line number Diff line change 5050 "underscore.string" : " ^3.1.1"
5151 },
5252 "engines" : {
53- "node" : " >=0.10 .0" ,
53+ "node" : " >=0.12 .0" ,
5454 "npm" : " >=1.2.10"
5555 },
5656 "license" : " BSD-2-Clause"
You can’t perform that action at this time.
0 commit comments