We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7d65d0 + ca7fb10 commit 39f55dcCopy full SHA for 39f55dc
app/templates/README.md
@@ -7,7 +7,7 @@ This project was generated with the [Angular Full-Stack Generator](https://githu
7
### Prerequisites
8
9
- [Git](https://git-scm.com/)
10
-- [Node.js and NPM](nodejs.org) >= v0.10.0
+- [Node.js and NPM](nodejs.org) >= v0.12.0
11
- [Bower](bower.io) (`npm install --global bower`)<% if(filters.sass) { %>
12
- [Ruby](https://www.ruby-lang.org) and then `gem install sass`<% } if(filters.grunt) { %>
13
- [Grunt](http://gruntjs.com/) (`npm install --global grunt-cli`)<% } if(filters.gulp) { %>
package.json
@@ -50,7 +50,7 @@
50
"underscore.string": "^3.1.1"
51
},
52
"engines": {
53
- "node": ">=0.10.0",
+ "node": ">=0.12.0",
54
"npm": ">=1.2.10"
55
56
"license": "BSD-2-Clause"
0 commit comments