aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/getting-started/javascript.md
diff options
context:
space:
mode:
authorTanguy Krotoff <[email protected]>2017-09-05 00:29:05 +0200
committerMark Otto <[email protected]>2017-09-04 15:29:05 -0700
commitc770e6883695e8b5d92a1107d3a49b1cb63655b6 (patch)
treeb6b0f664dade01b62ffa98fd2deb7cadfe7df519 /docs/4.0/getting-started/javascript.md
parentb5e986cd6b4b7422e1ce503c0aee22e867840029 (diff)
downloadbootstrap-c770e6883695e8b5d92a1107d3a49b1cb63655b6.tar.xz
bootstrap-c770e6883695e8b5d92a1107d3a49b1cb63655b6.zip
Drop Bower support (#23568)
Diffstat (limited to 'docs/4.0/getting-started/javascript.md')
-rw-r--r--docs/4.0/getting-started/javascript.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/javascript.md b/docs/4.0/getting-started/javascript.md
index b33789b72..12e7f89ca 100644
--- a/docs/4.0/getting-started/javascript.md
+++ b/docs/4.0/getting-started/javascript.md
@@ -12,7 +12,7 @@ Plugins can be included individually (using Bootstrap's individual `*.js` files)
## Dependencies
-Some plugins and CSS components depend on other plugins. If you include plugins individually, make sure to check for these dependencies in the docs. Also note that **all plugins depend on jQuery** (this means jQuery must be included **before** the plugin files). [Consult our `bower.json`]({{ site.repo }}/blob/v{{ site.current_version }}/bower.json) to see which versions of jQuery are supported.
+Some plugins and CSS components depend on other plugins. If you include plugins individually, make sure to check for these dependencies in the docs. Also note that **all plugins depend on jQuery** (this means jQuery must be included **before** the plugin files). [Consult our `package.json`]({{ site.repo }}/blob/v{{ site.current_version }}/package.json) to see which versions of jQuery are supported.
Our tooltips and popovers also depend on [Popper.js](https://github.com/FezVrasta/popper.js).