Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion pages/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,15 @@ Please read the [2.0 release notes](http://blog.jquery.com/2013/04/18/jquery-2-0
[jQuery 2.2.1 release
notes](http://blog.jquery.com/2016/02/22/jquery-1-12-1-and-2-2-1-released/)

## Downloading jQuery using npm
jQuery is registered as [a package](https://www.npmjs.com/package/jquery) on [npm](https://www.npmjs.com/). You can install the latest version of jQuery with the command:
```
npm install jquery
```
This will install jQuery in the `node_modules` directory. Within `node_modules/jquery/dist/` you will find an uncompressed release, a compressed release, and a map file.

## Downloading jQuery using Bower
jQuery is registered as a package with [Bower](http://bower.io). You can install the latest version of jQuery with the command:
jQuery is also registered as a package with [Bower](http://bower.io). You can install the latest version of jQuery with the command:
```
bower install jquery
```
Expand Down