Skip to content

Commit

Permalink
Updated keywords and patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nielse63 committed Aug 18, 2015
1 parent 4f05ed1 commit a5c077c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 16 deletions.
3 changes: 2 additions & 1 deletion 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",
Expand Down
9 changes: 8 additions & 1 deletion package.json
Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down
32 changes: 18 additions & 14 deletions 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/"
Expand Down

0 comments on commit a5c077c

Please sign in to comment.