Skip to content

Commit 965a1f1

Browse files
committed
Merge branch 'master' of github.com:angular-fullstack/generator-angular-fullstack into canary
2 parents db3d9e7 + c836fc4 commit 965a1f1

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="3.6.1"></a>
2+
# [3.6.1](https://github.com/angular-fullstack/generator-angular-fullstack/compare/3.6.0...v3.6.1) (2016-04-23)
3+
4+
5+
### Bug Fixes
6+
7+
* **package:** revert to Grunt 0.4.5 if user chooses Grunt ([1cc91a3](https://github.com/angular-fullstack/generator-angular-fullstack/commit/1cc91a3)), closes [#1815](https://github.com/angular-fullstack/generator-angular-fullstack/issues/1815)
8+
9+
10+
111
<a name="3.6.0"></a>
212
# [3.6.0](https://github.com/angular-fullstack/generator-angular-fullstack/compare/3.5.0...v3.6.0) (2016-04-21)
313

angular-fullstack-deps

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-angular-fullstack",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node",
55
"keywords": [
66
"yeoman-generator",

templates/app/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"run-sequence": "^1.1.0",
9999
"lazypipe": "^1.0.1",
100100
"wiredep": "^2.2.2",<% } /*end gulp*/ if(filters.grunt) { %>
101-
"grunt": "^1.0.1",
101+
"grunt": "^0.4.5",
102102
"grunt-wiredep": "^2.0.0",
103103
"grunt-concurrent": "^2.0.1",
104104
"grunt-contrib-clean": "^1.0.0",

0 commit comments

Comments
 (0)