From a823afc5e26df57de617927f72c8e45104e99deb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 10 Dec 2015 14:58:47 -0800 Subject: Docs: Include major version in `npm install bootstrap` commands; refs #18520 [ci skip] --- docs/_includes/getting-started/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/getting-started') diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html index 1fb3aab61..7564fd3cb 100644 --- a/docs/_includes/getting-started/download.html +++ b/docs/_includes/getting-started/download.html @@ -46,7 +46,7 @@

Install with npm

You can also install Bootstrap using npm:

- {% highlight bash %}$ npm install bootstrap{% endhighlight %} + {% highlight bash %}$ npm install bootstrap@3{% 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.

Bootstrap's package.json contains some additional metadata under the following keys: