From 5a1dffebb3129aee105a3848fc899467ddc3e9f7 Mon Sep 17 00:00:00 2001 From: Glen Cheney Date: Mon, 16 Feb 2015 13:55:21 -0800 Subject: [PATCH] publish to npm --- .npmignore | 22 ++++++++++++++++++++++ bower.json | 3 +-- package.json | 5 ++++- 3 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 .npmignore 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",