Remove from jQuery plugin registry.

"The jQuery Plugin Registry is in read-only mode.
New plugin releases will not be processed.
We recommend moving to npm, using "jquery-plugin" as the keyword in your package.json."
pull/90/head v3.0.2
Glen Cheney 10 years ago
parent 85b1e492f1
commit c176157367

@ -1,6 +1,6 @@
{
"name": "Shuffle",
"version": "3.0.1",
"version": "3.0.2",
"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.0
* @version 3.0.2
*/
(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.0
* @version 3.0.2
*/
/* Modernizr 2.6.2 (Custom Build) | MIT & BSD

File diff suppressed because one or more lines are too long

@ -1,8 +1,9 @@
{
"name": "Shuffle",
"version": "3.0.1",
"version": "3.0.2",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": [
"jquery-plugin",
"gallery",
"shuffle",
"layout",

@ -1,30 +0,0 @@
{
"name": "shuffle",
"version": "3.0.1",
"title": "Shuffle.js",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": ["gallery", "shuffle", "layout", "masonry", "filter", "sort", "responsive", "grid", "mobile", "tiles"],
"author": {
"name": "Glen Cheney",
"email": "cheney.glen@gmail.com"
},
"maintainers": [
{
"name": "Glen Cheney",
"email": "cheney.glen@gmail.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/Vestride/Shuffle/issues",
"homepage": "https://github.com/Vestride/Shuffle",
"docs": "http://vestride.github.io/Shuffle",
"demo": "http://vestride.github.io/Shuffle",
"dependencies": {
"jquery": ">=1.9"
}
}
Loading…
Cancel
Save