Skip to content

Commit

Permalink
Fixed syntax error in package manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthornton committed Jan 18, 2013
1 parent 39ea142 commit 96d0612
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "timepicker",
"version" : "1.0.4",
"version" : "1.0.5",
"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
5 changes: 3 additions & 2 deletions timepicker.jquery.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "timepicker",
"version": "1.0.4",
"version": "1.0.5",
"title": "jquery-timepicker",
"description": "A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.",
"author": {
"name": "Jon Thornton",
"email": "thornton.jon@gmail.com",
"url": "https://github.com/jonthornton"
},
"licenses": [
Expand All @@ -22,5 +23,5 @@
"url": "https://github.com/jonthornton/jquery-timepicker/issues"
},
"docs": "https://github.com/jonthornton/jquery-timepicker",
"download": "https://github.com/jonthornton/jquery-timepicker",
"download": "https://github.com/jonthornton/jquery-timepicker"
}

0 comments on commit 96d0612

Please sign in to comment.