Skip to content

Commit 4de144a

Browse files
committed
chore(all): update grunt-build-control to ^0.6.0
1 parent 169a1f5 commit 4de144a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/templates/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"grunt-protractor-runner": "^2.0.0",
6969
"grunt-injector": "^0.6.0",
7070
"grunt-karma": "~0.12.0",
71-
"grunt-build-control": "^0.5.0",<% if(filters.sass) { %>
71+
"grunt-build-control": "^0.6.0",<% if(filters.sass) { %>
7272
"grunt-contrib-sass": "^0.9.0",<% } %><% if(filters.stylus) { %>
7373
"grunt-contrib-stylus": "latest",<% } %>
7474
"jit-grunt": "^0.9.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"chai": "^3.2.0",
4848
"grunt": "~0.4.1",
49-
"grunt-build-control": "^0.5.0",
49+
"grunt-build-control": "^0.6.0",
5050
"grunt-contrib-clean": "^0.6.0",
5151
"grunt-contrib-jshint": "^0.11.2",
5252
"grunt-conventional-changelog": "~1.0.0",

0 commit comments

Comments
 (0)