Skip to content

Commit 0cf0997

Browse files
committed
Merge pull request #1818 from angular-fullstack/fix/undo-grunt-1.0.0
fix(package): revert to Grunt 0.4.5 if user chooses Grunt
2 parents 5022763 + 1cc91a3 commit 0cf0997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/_package.json

+1-1
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)