Add directions for installing with npm. Closes #62

pull/90/head v3.0.4
Glen Cheney 9 years ago
parent 5a1dffebb3
commit 8957979aa9

@ -20,3 +20,4 @@ robots.txt
todo.md
test
tests
CONTRIBUTING.md

@ -5,6 +5,8 @@ Categorize, sort, and filter a responsive grid of items.
bower install shufflejs
```
Shuffle is also available on NPM as `shufflejs`.
## Docs and Demos
[All found here](http://vestride.github.io/Shuffle)

@ -1,6 +1,6 @@
{
"name": "shufflejs",
"version": "3.0.3",
"version": "3.0.4",
"homepage": "https://github.com/Vestride/Shuffle",
"authors": [
"Glen Cheney <cheney.glen@gmail.com>"

@ -3,7 +3,7 @@
* Categorize, sort, and filter a responsive grid of items.
* Dependencies: jQuery 1.9+, Modernizr 2.6.2+
* @license MIT license
* @version 3.0.2
* @version 3.0.4
*/
(function (factory) {
if (typeof define === 'function' && define.amd) {

File diff suppressed because one or more lines are too long

@ -3,7 +3,7 @@
* Categorize, sort, and filter a responsive grid of items.
* Dependencies: jQuery 1.9+, Modernizr 2.6.2+
* @license MIT license
* @version 3.0.2
* @version 3.0.4
*/
/* Modernizr 2.6.2 (Custom Build) | MIT & BSD

File diff suppressed because one or more lines are too long

@ -12,6 +12,7 @@ prism: true
<div class="row-fluid">
<div class="span12">
<pre><code class="language">bower install shufflejs</code></pre>
<p>Shuffle is also available on NPM as <code>shufflejs</code>.</p>
</div>
</div>
<div class="row-fluid">

@ -1,6 +1,6 @@
{
"name": "shufflejs",
"version": "3.0.3",
"version": "3.0.4",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": [
"jquery-plugin",

Loading…
Cancel
Save