Skip to content
Snippets Groups Projects
Commit c1689de5 authored by Daniel Rodriguez's avatar Daniel Rodriguez
Browse files

Issue # 3330612: Added Drupal 10 Support

parent 0e1633c8
Branches
Tags
No related merge requests found
......@@ -20,5 +20,9 @@
"issues": "https://www.drupal.org/project/issues/timepicker",
"source": "http://cgit.drupalcode.org/timepicker"
},
"require": {
"drupal/core": "^8 || ^9 || ^10",
"drupal/jquery_ui": "^1.4"
},
"minimum-stability": "dev"
}
\ No newline at end of file
......@@ -3,7 +3,7 @@ description: Provides additional settings for the DateTime Core widget to use jQ
package: Date
type: module
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:datetime
- jquery_ui:jquery_ui
......@@ -50,9 +50,7 @@ jquery.ui.timepicker:
js:
/libraries/jquery-ui-timepicker/jquery.ui.timepicker.js: { }
dependencies:
- core/jquery.ui
- core/jquery.ui.position
- core/jquery.ui.widget
- jquery_ui/core
jquery.ui.timepicker.addon:
remote: https://github.com/trentrichardson/jQuery-Timepicker-Addon
......@@ -67,5 +65,5 @@ jquery.ui.timepicker.addon:
js:
/libraries/jquery-timepicker-addon/dist/jquery-ui-timepicker-addon.js: { }
dependencies:
- core/jquery.ui
- jquery_ui/core
- core/jquery.ui.slider
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment