Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
chore(deps): bumped angular deps
Browse files Browse the repository at this point in the history
Not necessary due to semver, but it's nicer to the user to see that the
generator is up to date with the latest version of AngularJS.
fix #256
  • Loading branch information
passy committed Jun 26, 2013
1 parent cab7c42 commit 27ed202
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/common/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "<%= _.camelize(appname) %>",
"version": "0.0.0",
"dependencies": {
"angular": "~1.0.5",
"angular": "~1.0.7",
"json3": "~3.2.4",<% if (bootstrap) { %>
"jquery": "~1.9.1",
"bootstrap-sass": "~2.3.1",
<% } %>"es5-shim": "~2.0.8"<% if (resourceModule) { %>,
"angular-resource": "~1.0.5"<% } %><% if (cookiesModule) { %>,
"angular-cookies": "~1.0.5"<% } %><% if (sanitizeModule) { %>,
"angular-sanitize": "~1.0.5"<% } %>
"angular-resource": "~1.0.7"<% } %><% if (cookiesModule) { %>,
"angular-cookies": "~1.0.7"<% } %><% if (sanitizeModule) { %>,
"angular-sanitize": "~1.0.7"<% } %>
},
"devDependencies": {
"angular-mocks": "~1.0.5",
"angular-scenario": "~1.0.5"
"angular-mocks": "~1.0.7",
"angular-scenario": "~1.0.7"
}
}

0 comments on commit 27ed202

Please sign in to comment.