From 2e92c912f318a2ea62cc87d28a8870961d6649b4 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 13 Nov 2013 20:48:27 +0200 Subject: [PATCH 01/10] Update dependencies. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a99860222..ab12470ed 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,9 @@ ], "devDependencies": { "grunt": "~0.4.1", - "grunt-contrib-jshint": "~0.6.4", - "grunt-contrib-uglify": "~0.2.4", - "grunt-contrib-connect": "~0.5.0" + "grunt-contrib-connect": "~0.5.0", + "grunt-contrib-jshint": "~0.7.1", + "grunt-contrib-uglify": "~0.2.7" }, "directories": { "test": "test" From 963d3a149a81f3ac6a61e9fd260343c695f06205 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 13 Nov 2013 20:59:39 +0200 Subject: [PATCH 02/10] package.json: cleanup. --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ab12470ed..8d0b68189 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,8 @@ "version": "3.1.6", "author": "Brandon Aaron (http://brandonaaron.net/)", "description": "A jQuery plugin that adds cross-browser mouse wheel support.", + "license": "MIT", + "homepage": "https://github.com/brandonaaron/jquery-mousewheel", "main": "./jquery.mousewheel.js", "repository": { "type": "git", @@ -20,12 +22,6 @@ "plugin", "browser" ], - "licenses": [ - { - "type": "MIT", - "url": "https://raw.github.com/brandonaaron/jquery-mousewheel/master/LICENSE.txt" - } - ], "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-connect": "~0.5.0", From 67485744342372b4604608d89aebddf6ec501473 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 13 Nov 2013 21:00:44 +0200 Subject: [PATCH 03/10] Clean up .jshintrc. --- .jshintrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.jshintrc b/.jshintrc index 8532f9b3b..11709d1d5 100644 --- a/.jshintrc +++ b/.jshintrc @@ -7,13 +7,11 @@ "indent": 4, "jquery" : true, "latedef": true, - "maxerr": 50, "noarg": true, "node": true, "noempty": true, "plusplus": false, "quotmark": "single", - "regexp": true, "strict": false, "trailing": true, "unused": true, From 0ff980513cdd54d2edc84726fcdadc44fedb09f9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 13 Nov 2013 21:01:37 +0200 Subject: [PATCH 04/10] test/index.html: minor CSS improvements. --- test/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/test/index.html b/test/index.html index 9c7da4fc9..414c952d4 100644 --- a/test/index.html +++ b/test/index.html @@ -19,10 +19,15 @@