We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad8628 commit 25db0d0Copy full SHA for 25db0d0
app/templates/_package.json
@@ -127,7 +127,7 @@
127
"grunt-protractor-runner": "^2.0.0",
128
"grunt-injector": "^0.6.0",
129
"grunt-karma": "~0.12.0",
130
- "grunt-build-control": "^0.6.0",<% if(filters.sass) { %>
+ "grunt-build-control": "^0.7.0",<% if(filters.sass) { %>
131
"grunt-contrib-sass": "^1.0.0",<% } %><% if(filters.stylus) { %>
132
"grunt-contrib-stylus": "^1.2.0",<% } %>
133
"jit-grunt": "~0.10.0",
package.json
@@ -50,7 +50,7 @@
50
"devDependencies": {
51
"chai": "^3.2.0",
52
"grunt": "~0.4.1",
53
- "grunt-build-control": "^0.6.0",
+ "grunt-build-control": "^0.7.0",
54
"grunt-contrib-clean": "^1.0.0",
55
"grunt-contrib-jshint": "^1.0.0",
56
"grunt-conventional-changelog": "^6.1.0",
0 commit comments