Skip to content

Commit

Permalink
Merge pull request #333 from andreychernih/relax-angular-dependency
Browse files Browse the repository at this point in the history
Relax angular dependency so that 1.3.0-beta can be installed
  • Loading branch information
esvit committed Jun 8, 2014
2 parents 85fd295 + 66c6474 commit 413a19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -10,9 +10,9 @@
"src"
],
"dependencies": {
"angular": "~1.2.9"
"angular": "~1"
},
"devDependencies": {
"angular-mocks": "~1.2.9"
"angular-mocks": "~1"
}
}

0 comments on commit 413a19b

Please sign in to comment.