Commit 23a2a3cd authored by mxh's avatar mxh
Browse files

Issue #3271880 by mxh: Make this module compatible with Drupal 10

parent 1a462983
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
 {
  "name": "drupal/theme_breakpoints_js",
  "type": "drupal-module",
  "description": "Write breakpoint information into javascript settings.",
  "license": "GPL-2.0+",
  "minimum-stability": "dev"
  "description": "A Drupal module that writes breakpoint information into javascript settings.",
  "minimum-stability": "dev",
  "license": "GPL-2.0-or-later",
  "support": {
    "issues": "https://drupal.org/project/issues/theme_breakpoints_js",
    "source": "https://drupal.org/project/theme_breakpoints_js"
  }
}
+1 −2
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ name: Theme Breakpoints for Javascript
type: module
description: Exposes theme-related breakpoints as directly usable Javascript variables.
package: Helper
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
  - drupal:breakpoint