Skip to content

Commit

Permalink
Update component and package to reflect the time branch
Browse files Browse the repository at this point in the history
  • Loading branch information
owenmead committed Feb 3, 2015
1 parent 098c962 commit 2628c2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions component.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2628c2f

Please sign in to comment.