Skip to content

Commit 8de6e94

Browse files
committed
Update main in package.json
1 parent 1915a42 commit 8de6e94

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jt.timepicker",
3-
"version": "1.13.5",
3+
"version": "1.13.6",
44
"description": "A jQuery timepicker plugin inspired by Google Calendar.",
55
"homepage": "http://jonthornton.github.com/jquery-timepicker",
66
"main": ["./jquery.timepicker.js", "./jquery.timepicker.css"],

dist/jquery.timepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jquery-timepicker v1.13.5 - A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.
2+
* jquery-timepicker v1.13.6 - A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.
33
* Copyright (c) 2020 Jon Thornton - https://www.jonthornton.com/jquery-timepicker/
44
* License: MIT
55
*/

jt.timepicker.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jt.timepicker",
3-
"version": "1.13.5",
3+
"version": "1.13.6",
44
"title": "jquery-timepicker",
55
"description": "A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.",
66
"author": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"rollup-plugin-copy": "^3.3.0",
3131
"rollup-plugin-terser": "^5.3.0"
3232
},
33-
"main": "jquery.timepicker.min.js",
33+
"main": "dist/jquery.timepicker.min.js",
3434
"description": "A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.",
3535
"keywords": [
3636
"timepicker",

0 commit comments

Comments
 (0)