Skip to content

Commit

Permalink
Renamed component to jt.timepicker due to timepicker name being taken…
Browse files Browse the repository at this point in the history
… in jQuery plugin registry.
  • Loading branch information
jonthornton committed Jan 18, 2013
1 parent 96d0612 commit 2c48079
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "timepicker",
"version" : "1.0.5",
"name" : "jt.timepicker",
"version" : "1.0.6",
"description" : "A jQuery timepicker plugin inspired by Google Calendar.",
"homepage" : "http://jonthornton.github.com/jquery-timepicker",
"main" : [ "./jquery.timepicker.js", "./jquery.timepicker.min.js", "./jquery.timepicker.css" ],
Expand Down
4 changes: 2 additions & 2 deletions timepicker.jquery.json → jt.timepicker.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timepicker",
"version": "1.0.5",
"name": "jt.timepicker",
"version": "1.0.6",
"title": "jquery-timepicker",
"description": "A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.",
"author": {
Expand Down

0 comments on commit 2c48079

Please sign in to comment.