- Issue created by @danrod
- 🇨🇦Canada danrod Ottawa
I added the +Novice tag just in case anyone wants to help on this.
- 🇨🇦Canada danrod Ottawa
Sorry, this should be active, anyone can help me on this?
- 🇨🇦Canada danrod Ottawa
I created a basic
composer.json
that satisfies most the fields, I'll mark it as review just in case anyone wants to look on it as well.{ "name": "drupal/jquery_deprecated_functions", "type": "drupal-module", "keywords": ["Drupal", "jQuery"], "description": "This is a small module that implements some deprecated jQuery functions like trim, camelCase, etc", "homepage": "https://www.drupal.org/project/jquery_deprecated_functions", "authors": [ { "name": "Daniel Rodriguez", "homepage": "https://www.drupal.org/u/danrod", "role": "Maintainer" } ], "support": { "issues": "https://www.drupal.org/project/issues/jquery_deprecated_functions", "source": "https://git.drupalcode.org/project/jquery_deprecated_functions" }, "license": "GPL-2.0-or-later", "minimum-stability": "dev", "require": { "php": ">=8.1", "drupal/core": "^10.2 || ^11" } }
- 🇨🇦Canada danrod Ottawa
I'll move it to "Fixed" too, perhaps I will create an urgent release as well.