mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
fix(bower): pin angular @beta-11, that ~ was upgrading to beta-17 which
doesn't play well with jQuery right now
This commit is contained in:
parent
e10c04c9bc
commit
745d330ce7
1 changed files with 4 additions and 7 deletions
11
bower.json
11
bower.json
|
|
@ -17,10 +17,10 @@
|
|||
"jquery": "~2.1.0",
|
||||
"jquery.cookie": "~1.4.0",
|
||||
"jquery-ui": "~1.10.3",
|
||||
"angular": "~1.3.0-beta.11",
|
||||
"angular": "1.3.0-beta.11",
|
||||
"angular-ui": "~0.4.0",
|
||||
"angular-sanitize": "~1.3.0-beta.11",
|
||||
"angular-resource": "~1.3.0-beta.11",
|
||||
"angular-sanitize": "1.3.0-beta.11",
|
||||
"angular-resource": "1.3.0-beta.11",
|
||||
"angular-ui-utils": "~0.1.0",
|
||||
"angular-ui-select2": "git://github.com/angular-ui/ui-select2.git",
|
||||
"angular-bootstrap": "~0.10.0",
|
||||
|
|
@ -43,9 +43,6 @@
|
|||
"pnotify": "~1.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular-mocks": "~1.3.0-beta.11"
|
||||
},
|
||||
"resolutions": {
|
||||
"angular": "~1.3.0-beta.11"
|
||||
"angular-mocks": "1.3.0-beta.11"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue