Skip to content

Commit ca7fb10

Browse files
committed
chore(gen): bump node requirements to >=0.12.0
1 parent a7cdf29 commit ca7fb10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: app/templates/_package.json

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

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)