diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..88be78a --- /dev/null +++ b/.npmignore @@ -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 diff --git a/bower.json b/bower.json index c58cb9f..3e20820 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "shufflejs", - "version": "3.0.2", + "version": "3.0.3", "homepage": "https://github.com/Vestride/Shuffle", "authors": [ "Glen Cheney " @@ -37,7 +37,6 @@ "index.html", "package.json", "robots.txt", - "shuffle.jquery.json", "todo.md", "test", "tests" diff --git a/package.json b/package.json index 18ea79c..bfa0a48 100644 --- a/package.json +++ b/package.json @@ -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",