2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Bump version to 4.0.0

This commit is contained in:
Mark Otto
2018-01-18 08:21:22 -08:00
committed by Mark Otto
parent bffa438f8e
commit 572d00ac7e
64 changed files with 138 additions and 138 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ Pull in Bootstrap's **source files** into nearly any project with some of the mo
Install Bootstrap in your Node.js powered apps with [the npm package](https://www.npmjs.com/package/bootstrap):
{% highlight sh %}
npm install bootstrap@{{ site.current_version }}
npm install bootstrap
{% endhighlight %}
`require('bootstrap')` will load all of Bootstrap's jQuery plugins onto the jQuery object. The `bootstrap` module itself does not export anything. You can manually load Bootstrap's jQuery plugins individually by loading the `/js/*.js` files under the package's top-level directory.