Skip to content

Commit 39f55dc

Browse files
committed
Merge pull request #1182 from DaftMonk/fix/node-requirements
chore(gen): bump node requirements to `>=0.12.0`
2 parents e7d65d0 + ca7fb10 commit 39f55dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.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) { %>

Diff for: package.json

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

0 commit comments

Comments
 (0)