Skip to content

Commit

Permalink
chore(app): update bower dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
balthazar committed Nov 12, 2015
1 parent e599fb9 commit e4c951c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/templates/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "<%= appname %>",
"version": "0.1.0",
"dependencies": {
"angular": "~1.3.0",
"angular-route": "~1.3.0"<% if (filters.ngCookies) { %>,
"angular-cookies": "~1.3.0"<% } %><% if (filters.ngResource) { %>,
"angular-resource": "~1.3.0"<% } %><% if (filters.ngSanitize) { %>,
"angular-sanitize": "~1.3.0"<% } %><% if (filters.ngAnimate) { %>,
"angular-animate": "~1.3.0"<% } %><% if (filters.sockets) { %>,
"angular": "~1.4.7",
"angular-route": "~1.4.7"<% if (filters.ngCookies) { %>,
"angular-cookies": "~1.4.7"<% } %><% if (filters.ngResource) { %>,
"angular-resource": "~1.4.7"<% } %><% if (filters.ngSanitize) { %>,
"angular-sanitize": "~1.4.7"<% } %><% if (filters.ngAnimate) { %>,
"angular-animate": "~1.4.7"<% } %><% if (filters.sockets) { %>,
"angular-socket-io": "^0.7.0"<% } %>
},
"devDependencies": {
"angular-mocks": "~1.3.0",
"angular-scenario": "~1.3.0"
"angular-mocks": "~1.4.7",
"angular-scenario": "~1.4.7"
}
}

0 comments on commit e4c951c

Please sign in to comment.