Bump version to 4.0.0
This commit is contained in:
parent
bffa438f8e
commit
572d00ac7e
64 changed files with 138 additions and 138 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue