Skip to content

Commit

Permalink
Matching angular version with latest
Browse files Browse the repository at this point in the history
  • Loading branch information
adambullmer committed Apr 1, 2016
1 parent 972747c commit 90e44e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions generators/app/templates/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
"tests"
],
"dependencies": {
"angular": "1.5.0",
"angular-shim": "2.0.0",
"loader.js": "4.0.1"
"angular": "1.5.3",
"angular-shim": "2.0.0"
},
"devDependencies": {
"angular-mocks": "1.5.0"
"angular-mocks": "1.5.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-angular-bro",
"version": "0.1.2",
"version": "0.1.3",
"description": "Angular app scaffolding and build chain",
"main": "generators/app/index.js",
"files": [
Expand Down

0 comments on commit 90e44e0

Please sign in to comment.