Skip to content

Commit 94c0c63

Browse files
author
Konstantinos Kostarellis
committed
Dependency version care in _bower.json
- adjusts bower.json to allways depend on the latest stable 1.2.x release of angular - bumps version of bootstrap to match with the version of bootstrap-sass-official
1 parent a23e735 commit 94c0c63

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: templates/common/_bower.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"name": "<%= _.slugify(_.humanize(appname)) %>",
33
"version": "0.0.0",
44
"dependencies": {
5-
"angular": "1.2.11",
5+
"angular": ">=1.2.*",
66
"json3": "~3.2.6",
77
"es5-shim": "~2.1.0"<% if (bootstrap) { %>,
88
"jquery": "~1.11.0"<% if (compassBootstrap) { %>,
99
"bootstrap-sass-official": "~3.1.1"<% } else { %>,
10-
"bootstrap": "~3.0.3"<% } } %><% if (resourceModule) { %>,
11-
"angular-resource": "1.2.11"<% } %><% if (cookiesModule) { %>,
12-
"angular-cookies": "1.2.11"<% } %><% if (sanitizeModule) { %>,
13-
"angular-sanitize": "1.2.11"<% } %><% if (routeModule) { %>,
14-
"angular-route": "1.2.11"<% } %>
10+
"bootstrap": "~3.1.1"<% } } %><% if (resourceModule) { %>,
11+
"angular-resource": ">=1.2.*"<% } %><% if (cookiesModule) { %>,
12+
"angular-cookies": ">=1.2.*"<% } %><% if (sanitizeModule) { %>,
13+
"angular-sanitize": ">=1.2.*"<% } %><% if (routeModule) { %>,
14+
"angular-route": ">=1.2.*"<% } %>
1515
},
1616
"devDependencies": {
17-
"angular-mocks": "1.2.11",
18-
"angular-scenario": "1.2.11"
17+
"angular-mocks": ">=1.2.*",
18+
"angular-scenario": ">=1.2.*"
1919
},
2020
"testPath": "test/client/spec"
2121
}

0 commit comments

Comments
 (0)