From f339eff02d989adc8d93246dc8c27bdcb6b9e81c Mon Sep 17 00:00:00 2001 From: Andrew Koroluk Date: Sun, 17 Apr 2016 19:09:39 -0400 Subject: [PATCH] chore(grunt): bump Grunt to ^1.0.1 closes #1775 --- app/templates/_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/_package.json b/app/templates/_package.json index f86162e15..189ace1b1 100644 --- a/app/templates/_package.json +++ b/app/templates/_package.json @@ -94,7 +94,7 @@ "run-sequence": "^1.1.0", "lazypipe": "^0.2.4", "wiredep": "^2.2.2",<% } /*end gulp*/ if(filters.grunt) { %> - "grunt": "~0.4.5", + "grunt": "^1.0.1", "grunt-wiredep": "^2.0.0", "grunt-concurrent": "^2.0.1", "grunt-contrib-clean": "^1.0.0",