diff --git a/bower.json b/bower.json index cf783e7..b54f5cb 100644 --- a/bower.json +++ b/bower.json @@ -1,10 +1,11 @@ { "name": "jquery.resizeend", - "version": "0.2.0", + "version": "0.2.1", "homepage": "https://nielse63.github.io/jquery.resizeend/", "description": "A jQuery plugin that allows for window resize-end event handling.", "main": "dist/jquery.resizeend.js", "keywords": [ + "jquery-plugin", "resizeend", "jQuery", "events", diff --git a/package.json b/package.json index e856288..82889ad 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jquery.resizeend", "title": "jQuery resizeend", "description": "A jQuery plugin that allows for window resize-end event handling.", - "version": "0.2.0", + "version": "0.2.1", "homepage": "https://nielse63.github.io/jquery.resizeend/", "author": { "name": "Erik Nielsen", @@ -17,6 +17,13 @@ "type": "MIT", "url": "https://github.com/nielse63/jquery.resizeend/blob/master/LICENSE.md" }], + "keywords" : [ + "jquery-plugin", + "resizeend", + "jQuery", + "events", + "scroll" + ], "dependencies": { "node-promise": "^0.5.10" }, diff --git a/resizeend.jquery.json b/resizeend.jquery.json index 697d70c..d633bac 100644 --- a/resizeend.jquery.json +++ b/resizeend.jquery.json @@ -1,22 +1,26 @@ { - "name":"jQuery resizeend", - "version":"1.0.0", - "title":"jQuery resizeend", - "author":{ - "name":"Erik Nielsen", - "email":"erik@312development.com", - "url":"http://312development.com" + "name" : "jQuery resizeend", + "version" : "0.2.1", + "title" : "jQuery resizeend", + "author" : { + "name" : "Erik Nielsen", + "email" : "erik@312development.com", + "url" : "http://312development.com" }, - "licenses":[{ - "type":"MIT", - "url":"http://opensource.org/licenses/MIT" + "licenses" : [{ + "type" : "MIT", + "url" : "http://opensource.org/licenses/MIT" }], "dependencies":{ - "jquery":">=1.7" + "jquery" : ">=1.7" }, - "description": "A jQuery plugin that allows for window resize-end event handling.", - "keywords":[ - "resize", "window", "responsive", "handler", "events", "custom events" + "description" : "A jQuery plugin that allows for window resize-end event handling.", + "keywords" : [ + "jquery-plugin", + "resizeend", + "jQuery", + "events", + "resize" ], "homepage" : "https://github.com/nielse63/jquery.resizeend", "demo" : "http://nielse63.github.io/jquery.resizeend/"