mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(bower): pin ngIninfiteSroll, fix location in bower_components
This commit is contained in:
parent
09c8687958
commit
61649d1e5a
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
"js-emoji": "git://github.com/snicker/js-emoji#master",
|
||||
"sticky": "*",
|
||||
"swagger-ui": "git://github.com/wordnik/swagger-ui.git",
|
||||
"ngInfiniteScroll": "~1.0.0",
|
||||
"ngInfiniteScroll": "1.0.0",
|
||||
"jquery-colorbox": "~1.4.36",
|
||||
"pnotify": "~1.3.1"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
"bower_components/angular-bindonce/bindonce.js",
|
||||
"bower_components/js-emoji/emoji.js",
|
||||
"bower_components/sticky/jquery.sticky.js",
|
||||
"bower_components/ngInfiniteScroll/ng-infinite-scroll.js",
|
||||
"bower_components/ngInfiniteScroll/build/ng-infinite-scroll.min.js",
|
||||
"bower_components/select2/select2.js",
|
||||
"bower_components/angular-ui-select2/src/select2.js",
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue