Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: json files to use correct author field #49

Conversation

ga-devfront
Copy link
Contributor

Currently the fields are not used in the correct way I update this :

  • composer.json requires an authors field while package.json requires an author field.
  • I also harmonized everything to provide maximum information :
{
  "name": "PrestaShop SA",
  "email": "[email protected]"
}
  • Another small fix is ​​to add an empty line at the end of the file so that it is not picked up by linters, syntax checkers or IDEs.

@ga-devfront ga-devfront added bug Something isn't working enhancement New feature or request labels Feb 4, 2025
@ga-devfront ga-devfront merged commit 6c3e051 into PrestaShopCorp:master Feb 4, 2025
7 checks passed
@ga-devfront ga-devfront deleted the feat/update-package-and-composer-json branch February 4, 2025 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants