publish to npm

pull/90/head
Glen Cheney 9 years ago
parent 0c157675ff
commit 5a1dffebb3

@ -0,0 +1,22 @@
node_modules
bower_components
.DS_Store
_site
.sass-cache
*.scssc
temp
.grunt
**/.*
**/_*
css
img
js
Gruntfile.js
favicon.png
index.html
package.json
robots.txt
todo.md
test
tests

@ -1,6 +1,6 @@
{ {
"name": "shufflejs", "name": "shufflejs",
"version": "3.0.2", "version": "3.0.3",
"homepage": "https://github.com/Vestride/Shuffle", "homepage": "https://github.com/Vestride/Shuffle",
"authors": [ "authors": [
"Glen Cheney <cheney.glen@gmail.com>" "Glen Cheney <cheney.glen@gmail.com>"
@ -37,7 +37,6 @@
"index.html", "index.html",
"package.json", "package.json",
"robots.txt", "robots.txt",
"shuffle.jquery.json",
"todo.md", "todo.md",
"test", "test",
"tests" "tests"

@ -1,6 +1,6 @@
{ {
"name": "shufflejs", "name": "shufflejs",
"version": "3.0.2", "version": "3.0.3",
"description": "Categorize, sort, and filter a responsive grid of items", "description": "Categorize, sort, and filter a responsive grid of items",
"keywords": [ "keywords": [
"jquery-plugin", "jquery-plugin",
@ -29,6 +29,9 @@
"url": "https://github.com/Vestride/Shuffle/issues" "url": "https://github.com/Vestride/Shuffle/issues"
}, },
"homepage": "https://github.com/Vestride/Shuffle", "homepage": "https://github.com/Vestride/Shuffle",
"dependencies": {
"jquery": ">=1.9.0"
},
"devDependencies": { "devDependencies": {
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-autoprefixer": "^2.0.0", "grunt-autoprefixer": "^2.0.0",

Loading…
Cancel
Save