Skip to content

Commit

Permalink
Merge pull request tastejs#720 from torifat/gh-pages
Browse files Browse the repository at this point in the history
angularjs_require: upgrade angular to 1.2.1
  • Loading branch information
passy committed Nov 16, 2013
2 parents d2d4692 + 17e5b2c commit fa05579
Show file tree
Hide file tree
Showing 5 changed files with 11,166 additions and 5,847 deletions.
4 changes: 2 additions & 2 deletions architecture-examples/angularjs/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "todomvc-angular",
"version": "0.0.0",
"dependencies": {
"angular": "~1.2.0",
"angular": "~1.2.1",
"todomvc-common": "~0.1.4"
},
"devDependencies": {
"angular-mocks": "~1.2.0"
"angular-mocks": "~1.2.1"
}
}
6 changes: 3 additions & 3 deletions labs/dependency-examples/angularjs_require/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "todomvc-angular-requirejs",
"version": "0.0.0",
"dependencies": {
"angular": "~1.0.7",
"todomvc-common": "~0.1.4",
"requirejs": "~2.1.5"
"angular": "~1.2.1",
"todomvc-common": "~0.1.9",
"requirejs": "~2.1.9"
}
}
Loading

0 comments on commit fa05579

Please sign in to comment.