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

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

Loading…
Cancel
Save