Skip to content

Commit

Permalink
Quick fix: Add keywords to Package description (Version 1.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
wvega committed Nov 9, 2013
1 parent 7e138e3 commit cc21378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jquery-timepicker.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery-timepicker",
"title": "jQuery Timepicker",
"description": "Enhances standard form input fields helping users to select (or type) times.",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "http://wvega.github.com/timepicker/",
"author": {
"name": "Willington Vega",
Expand Down Expand Up @@ -48,5 +48,5 @@
"scripts": {
"test": "grunt test"
},
"keywords": []
"keywords": [ "timepicker", "time", "picker", "calendar", "dropdown", "input", "form" ]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery-timepicker",
"title": "jQuery Timepicker",
"description": "Enhances standard form input fields helping users to select (or type) times.",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "http://wvega.github.com/timepicker/",
"author": {
"name": "Willington Vega",
Expand Down Expand Up @@ -48,5 +48,5 @@
"scripts": {
"test": "grunt test"
},
"keywords": []
"keywords": [ "timepicker", "time", "picker", "calendar", "dropdown", "input", "form" ]
}

0 comments on commit cc21378

Please sign in to comment.