Skip to content

Commit 2628c2f

Browse files
committed
Update component and package to reflect the time branch
1 parent 098c962 commit 2628c2f

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

component.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"name": "pikaday",
2+
"name": "pikaday - time",
33
"repo": "dbushell/Pikaday",
4-
"description": "A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS",
4+
"description": "Time support added to pikaday",
55
"version": "1.3.0",
66
"keywords": [
77
"datepicker",
88
"calendar",
9-
"date"
9+
"date",
10+
"time"
1011
],
1112
"main": "pikaday.js",
1213
"scripts": ["pikaday.js"],

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"name": "pikaday",
2+
"name": "pikaday - time",
33
"version": "1.3.0",
4-
"description": "A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS",
4+
"description": "Time support added to pikaday",
55
"keywords": [
66
"datepicker",
77
"calendar",
8-
"date"
8+
"date",
9+
"time"
910
],
1011
"homepage": "http://dbushell.github.io/Pikaday/",
1112
"bugs": "https://github.com/dbushell/Pikaday/issues",

0 commit comments

Comments
 (0)