Skip to content

Commit 9cb880a

Browse files
committed
Merge pull request #23 from MartinNuc/angular-version
Support newer Angulars dependency
2 parents c89cfad + 54a4365 commit 9cb880a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"example"
2929
],
3030
"dependencies": {
31-
"angular": "1.2.x"
31+
"angular": "^1.2.0"
3232
},
3333
"devDependencies": {
34-
"angular-mocks": "1.2.x"
34+
"angular-mocks": "^1.2.0"
3535
}
3636
}

0 commit comments

Comments
 (0)