We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b70250 commit caea585Copy full SHA for caea585
README.md
@@ -41,6 +41,11 @@ in Internet Explorer on Windows 7 for instance (because of the wrong MIME type).
41
42
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`.
43
44
+#### NPM
45
+```
46
+ $ npm install js-cookie --save
47
48
+
49
### Module Loaders
50
51
JavaScript Cookie can also be loaded as an AMD, CommonJS or [ES6](https://github.com/js-cookie/js-cookie/issues/233#issuecomment-233187386) module.
0 commit comments