Loading composer.json +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" } } theme_breakpoints_js.info.yml +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
composer.json +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" } }
theme_breakpoints_js.info.yml +1 −2 Original line number Diff line number Diff line Loading @@ -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