Skip to content

Commit

Permalink
Update main in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthornton committed May 4, 2020
1 parent 1915a42 commit 8de6e94
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jt.timepicker",
"version": "1.13.5",
"version": "1.13.6",
"description": "A jQuery timepicker plugin inspired by Google Calendar.",
"homepage": "http://jonthornton.github.com/jquery-timepicker",
"main": ["./jquery.timepicker.js", "./jquery.timepicker.css"],
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.timepicker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jquery-timepicker v1.13.5 - A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.
* jquery-timepicker v1.13.6 - A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.
* Copyright (c) 2020 Jon Thornton - https://www.jonthornton.com/jquery-timepicker/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion jt.timepicker.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jt.timepicker",
"version": "1.13.5",
"version": "1.13.6",
"title": "jquery-timepicker",
"description": "A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-terser": "^5.3.0"
},
"main": "jquery.timepicker.min.js",
"main": "dist/jquery.timepicker.min.js",
"description": "A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.",
"keywords": [
"timepicker",
Expand Down

0 comments on commit 8de6e94

Please sign in to comment.