Skip to content

Commit cc21378

Browse files
committed
Quick fix: Add keywords to Package description (Version 1.3.1)
1 parent 7e138e3 commit cc21378

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

jquery-timepicker.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery-timepicker",
33
"title": "jQuery Timepicker",
44
"description": "Enhances standard form input fields helping users to select (or type) times.",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"homepage": "http://wvega.github.com/timepicker/",
77
"author": {
88
"name": "Willington Vega",
@@ -48,5 +48,5 @@
4848
"scripts": {
4949
"test": "grunt test"
5050
},
51-
"keywords": []
51+
"keywords": [ "timepicker", "time", "picker", "calendar", "dropdown", "input", "form" ]
5252
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery-timepicker",
33
"title": "jQuery Timepicker",
44
"description": "Enhances standard form input fields helping users to select (or type) times.",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"homepage": "http://wvega.github.com/timepicker/",
77
"author": {
88
"name": "Willington Vega",
@@ -48,5 +48,5 @@
4848
"scripts": {
4949
"test": "grunt test"
5050
},
51-
"keywords": []
51+
"keywords": [ "timepicker", "time", "picker", "calendar", "dropdown", "input", "form" ]
5252
}

0 commit comments

Comments
 (0)