commas are important.

pull/56/head v2.0.8
Glen Cheney 10 years ago
parent 3d14058dfc
commit 23476b272b

@ -1,6 +1,6 @@
{
"name": "Shuffle",
"version": "2.0.7",
"version": "2.0.8",
"homepage": "https://github.com/Vestride/Shuffle",
"authors": [
"Glen Cheney <cheney.glen@gmail.com>"
@ -38,7 +38,7 @@
"package.json",
"robots.txt",
"shuffle.jquery.json",
"todo.md"
"todo.md",
"test",
"tests"
],

@ -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 2.0.7
* @version 2.0.8
*/
(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 2.0.7
* @version 2.0.8
*/
/* Modernizr 2.6.2 (Custom Build) | MIT & BSD

File diff suppressed because one or more lines are too long

@ -1,6 +1,6 @@
{
"name": "Shuffle",
"version": "2.0.7",
"version": "2.0.8",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": [
"gallery",

@ -1,9 +1,9 @@
{
"name": "shuffle",
"version": "2.0.8",
"title": "Shuffle.js",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": ["gallery", "shuffle", "layout", "masonry", "filter", "sort", "responsive", "grid", "mobile", "tiles"],
"version": "2.0.7",
"author": {
"name": "Glen Cheney",
"email": "cheney.glen@gmail.com"

Loading…
Cancel
Save