Skip to content

Commit 1db8c18

Browse files
committed
update angular-ui-router to v0.3.0
The BC-break from angular-ui-router is related to $animation angular service more informations at https://github.com/angular-ui/ui-router/releases/tag/0.3.0
1 parent e202148 commit 1db8c18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"sinon": "1.16.1",
3333
"sinon-as-promised": "4.0.0",
3434
"angular": "^1.4.x < 2.0.0",
35-
"angular-ui-router": "^0.2.15"
35+
"angular-ui-router": "^0.3.0"
3636
},
3737
"peerDependencies": {
3838
"angular": "^1.4.x < 2.0.0",
39-
"angular-ui-router": "^0.2.15"
39+
"angular-ui-router": "^0.3.0"
4040
},
4141
"engines" : {
4242
"node" : "4.2.1",

0 commit comments

Comments
 (0)