diff --git a/app/templates/_package.json b/app/templates/_package.json index 1b3bfc560..5fbb2f065 100644 --- a/app/templates/_package.json +++ b/app/templates/_package.json @@ -127,7 +127,7 @@ "grunt-protractor-runner": "^2.0.0", "grunt-injector": "^0.6.0", "grunt-karma": "~0.12.0", - "grunt-build-control": "^0.6.0",<% if(filters.sass) { %> + "grunt-build-control": "^0.7.0",<% if(filters.sass) { %> "grunt-contrib-sass": "^1.0.0",<% } %><% if(filters.stylus) { %> "grunt-contrib-stylus": "^1.2.0",<% } %> "jit-grunt": "~0.10.0", diff --git a/package.json b/package.json index e812a5087..f4eb0eade 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "devDependencies": { "chai": "^3.2.0", "grunt": "^1.0.1", - "grunt-build-control": "^0.6.0", + "grunt-build-control": "^0.7.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-jshint": "^1.0.0", "grunt-conventional-changelog": "^6.1.0",