Skip to content

Commit 7ba7d1f

Browse files
committed
fix(deps): always include grunt-babel if grunt chosen
1 parent 9047fd2 commit 7ba7d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/_package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
"grunt-contrib-uglify": "~0.11.0",
102102
"grunt-contrib-watch": "~0.6.1",<% if (filters.jade) { %>
103103
"grunt-contrib-jade": "^0.15.0",<% } %><% if (filters.less) { %>
104-
"grunt-contrib-less": "^1.0.0",<% } %><% if(filters.babel) { %>
105-
"grunt-babel": "~5.0.0",<% } %><% if(filters.ts) { %>
104+
"grunt-contrib-less": "^1.0.0",<% } %>
105+
"grunt-babel": "~5.0.0",<% if(filters.ts) { %>
106106
"grunt-ts": "~5.2.0",
107107
"grunt-tsd": "~0.1.0",
108108
"grunt-tslint": "~3.0.1",<% } %>

0 commit comments

Comments
 (0)