From 2628c2f676d9cc05c42c2d22efb979e893471a84 Mon Sep 17 00:00:00 2001 From: owenmead Date: Tue, 3 Feb 2015 13:53:14 -0800 Subject: [PATCH] Update component and package to reflect the time branch --- component.json | 7 ++++--- package.json | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/component.json b/component.json index 77fa5e4f..d8961f49 100644 --- a/component.json +++ b/component.json @@ -1,12 +1,13 @@ { - "name": "pikaday", + "name": "pikaday - time", "repo": "dbushell/Pikaday", - "description": "A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS", + "description": "Time support added to pikaday", "version": "1.3.0", "keywords": [ "datepicker", "calendar", - "date" + "date", + "time" ], "main": "pikaday.js", "scripts": ["pikaday.js"], diff --git a/package.json b/package.json index ffbab9ad..33eadfd6 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { - "name": "pikaday", + "name": "pikaday - time", "version": "1.3.0", - "description": "A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS", + "description": "Time support added to pikaday", "keywords": [ "datepicker", "calendar", - "date" + "date", + "time" ], "homepage": "http://dbushell.github.io/Pikaday/", "bugs": "https://github.com/dbushell/Pikaday/issues",