Skip to content

Commit e455493

Browse files
committed
fixing travis with older imports
1 parent 164095c commit e455493

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"karma.conf.js"
1111
],
1212
"dependencies": {
13-
"angular": "~1.2.18",
14-
"angular-cookies": "~1.2.18"
13+
"angular": "~1.2.0-rc.2",
14+
"angular-cookies": "~1.2.0-rc.2"
1515
},
1616
"devDependencies": {
17-
"angular-mocks": "~1.2.18"
17+
"angular-mocks": "~1.2.0-rc.2"
1818
}
1919
}

0 commit comments

Comments
 (0)