Remove the obsolete jQuery Plugin Registry file

This commit is contained in:
Dave Methvin
2015-06-19 15:43:16 -04:00
parent 1299f364ca
commit 216acc52a1
2 changed files with 6 additions and 27 deletions
+6
View File
@@ -1,5 +1,11 @@
# Mouse Wheel ChangeLog
## 3.1.13
* Update copyright notice and license to remove years
* Create the correct compressed version
* Remove the obsolete jQuery Plugin Registry file
## 3.1.12
* Fix possible 0 value for line height when in delta mode 1
-27
View File
@@ -1,27 +0,0 @@
{
"name": "mousewheel",
"title": "jQuery Mousewheel",
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
"keywords": [
"mousewheel",
"mouse",
"event"
],
"version": "3.1.12",
"author": {
"name": "Brandon Aaron",
"url": "http://brandon.aaron.sh"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/brandonaaron/jquery-mousewheel/master/LICENSE.txt"
}
],
"bugs": "https://github.com/brandonaaron/jquery-mousewheel/issues",
"homepage": "https://github.com/brandonaaron/jquery-mousewheel",
"download": "https://github.com/brandonaaron/jquery-mousewheel/tags",
"dependencies": {
"jquery": ">=1.2.2"
}
}