Skip to content

Commit

Permalink
issue #126: adding angular as regular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chieffancypants committed Nov 4, 2014
1 parent 954ebe0 commit 3231cd9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@
"test",
"example"
],
"dependencies": {
"angular": "^1.2.9"
},
"devDependencies": {
"angular": "^1.2.9",
"angular": "~1.2.23",
"angular-1.3": "angular#1.3",
"angular-mocks": "^1.2.9",
"angular-mocks": "~1.2.9",
"angular-mocks-1.3": "angular-mocks#1.3",
"angular-animate": "^1.2.9",
"angular-animate": "~1.2.9",
"angular-animate-1.3": "angular-animate#1.3"
},
"resolutions": {
"angular": "1.2.23"
"angular": "~1.2.23"
}
}

0 comments on commit 3231cd9

Please sign in to comment.