We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cced99 commit 597b8b5Copy full SHA for 597b8b5
templates/common/_bower.json
@@ -3,10 +3,10 @@
3
"version": "0.0.0",
4
"dependencies": {
5
"angular": "~1.2.0",
6
- "json3": "~3.2.4",<% if (bootstrap) { %>
7
- "jquery": "~1.10.0",
8
- "sass-bootstrap": "~3.0.0",
9
- <% } %>"es5-shim": "~2.1.0"<% if (resourceModule) { %>,
+ "json3": "~3.2.4",
+ "es5-shim": "~2.1.0"<% if (bootstrap) { %>,
+ "jquery": "~1.10.2"<% } %><% if (compassBootstrap) { %>,
+ "sass-bootstrap": "~3.0.0"<% } %><% if (resourceModule) { %>,
10
"angular-resource": "~1.2.0"<% } %><% if (cookiesModule) { %>,
11
"angular-cookies": "~1.2.0"<% } %><% if (sanitizeModule) { %>,
12
"angular-sanitize": "~1.2.0"<% } %><% if (routeModule) { %>,
0 commit comments