Skip to content

Commit

Permalink
Resolve Bootstrap4/Tether dependency
Browse files Browse the repository at this point in the history
Error message “Error: Bootstrap tooltips require Tether
(http://github.hubspot.com/tether/)”

twbs/bootstrap#22196
  • Loading branch information
dgrosenblatt committed May 25, 2017
1 parent d0c2c87 commit 7b4712f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/concierge_site/assets/brunch-config.js
Expand Up @@ -74,6 +74,7 @@ exports.config = {
globals: {
$: 'jquery',
jQuery: 'jquery',
Tether: 'tether',
bootstrap: 'bootstrap'
}
}
Expand Down
3 changes: 2 additions & 1 deletion apps/concierge_site/assets/package.json
Expand Up @@ -10,7 +10,8 @@
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"phoenix": "file:../../../deps/phoenix",
"phoenix_html": "file:../../../deps/phoenix_html"
"phoenix_html": "file:../../../deps/phoenix_html",
"tether": "1.4.0"
},
"devDependencies": {
"babel-brunch": "6.0.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/concierge_site/assets/yarn.lock
Expand Up @@ -3018,7 +3018,7 @@ tar@^2.0.0, tar@^2.2.1:
fstream "^1.0.2"
inherits "2"

tether@^1.4.0:
tether@1.4.0, tether@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/tether/-/tether-1.4.0.tgz#0f9fa171f75bf58485d8149e94799d7ae74d1c1a"

Expand Down

0 comments on commit 7b4712f

Please sign in to comment.