Skip to content

Commit

Permalink
Document NPM Package Manager usage
Browse files Browse the repository at this point in the history
Closes gh-350.
  • Loading branch information
FagnerMartinsBrack committed Feb 1, 2018
1 parent a06b840 commit 73476a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -47,6 +47,11 @@ in Internet Explorer on Windows 7 for instance (because of the wrong MIME type).

JavaScript Cookie supports [npm](https://www.npmjs.com/package/js-cookie) and [Bower](http://bower.io/search/?q=js-cookie) under the name `js-cookie`.

#### NPM
```
$ npm install js-cookie --save
```

### Module Loaders

JavaScript Cookie can also be loaded as an AMD, CommonJS or [ES6](https://github.com/js-cookie/js-cookie/issues/233#issuecomment-233187386) module.
Expand Down

0 comments on commit 73476a4

Please sign in to comment.