Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

Update bower.json #355

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-router-extras",
"version": "0.1.2",
"version": "0.1.3",
"authors": [
"Chris Thielen <[email protected]>"
],
Expand Down Expand Up @@ -29,12 +29,12 @@
"*.iws"
],
"dependencies": {
"angular": "^1.2.0",
"angular-ui-router": "^0.2.8"
"angular": "~1.6.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be ~1 to make it works with angular 1.5.x.
Angular 1.6.x has a breaking change (on $http) that can make migration difficult.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all good - thanks !

"angular-ui-router": "~0.3.0"
},
"devDependencies": {
"angular-mocks": "^1.2.0",
"angular-mocks": "~1.6.0",
"lodash": "latest",
"jquery": "~1.11"
"jquery": "~3.1.1"
}
}