mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Backbone 1.1.1 gets underscore as a dependency, which we don't want, so back to 1.1.0 in bower.
This commit is contained in:
parent
6011ac0df4
commit
77dbcf9d89
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
"dependencies": {
|
||||
"jquery": "~2.0.3",
|
||||
"lodash": "~2.4.1",
|
||||
"backbone": "~1.1.0",
|
||||
"backbone": "1.1.0",
|
||||
"jquery-mousewheel": "~3.1.9",
|
||||
"i18next": "~1.7.1",
|
||||
"firepad": "~0.1.2",
|
||||
|
|
Loading…
Reference in a new issue