Skip to content

Conversation

@domenic
Copy link
Member

@domenic domenic commented Dec 17, 2025

  • Expand the "description" field.
  • Update "repository" to the modern format, per complaints from the npm CLI.
  • Remove "homepage" and "bugs", as they can be inferred from "repository".
  • Remove "maintainers", as that is set by npm automatically.
  • Remove "contributors", as it was outdated and that data is better tracked on GitHub anyway.
  • Remove "directories", since an entry for the "lib" directory does nothing.
  • Remove the .npmignore file, since it's redundant with the package.json "files" field.

* Expand the "description" field.
* Update "repository" to the modern format, per complaints from the npm CLI.
* Remove "homepage" and "bugs", as they can be inferred from "repository".
* Remove "maintainers", as that is set by npm automatically.
* Remove "contributors", as it was outdated and that data is better tracked on GitHub anyway.
* Remove "directories", since an entry for the "lib" directory does nothing.
* Remove the .npmignore file, since it's redundant with the package.json "files" field.
@domenic domenic merged commit 3c7ea59 into main Dec 17, 2025
3 checks passed
@domenic domenic deleted the package-cleanup branch December 17, 2025 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants