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

Clean up package.json file #10

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Conversation

jonkoops
Copy link
Collaborator

Cleans up the package.json by sorting the fields inside (matching the NPM docs) and expanding and adding some fields.

Signed-off-by: Jon Koops <jonkoops@gmail.com>
@@ -1,52 +1,57 @@
{
"name": "base64-js",
"description": "Base64 encoding/decoding in pure JS",
"type": "commonjs",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will help newer versions of Node.js quickly identify this as a CommonJS module. Work will follow to add ES module support after this.

Comment on lines +14 to +17
"author": {
"name": "T. Jameson Little",
"email": "t.jameson.little@gmail.com",
"url": "https://jamesonlittle.com"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expanded the author field to include some more details.

@jonkoops jonkoops merged commit ceccc98 into feross:master Jul 25, 2024
13 checks passed
@jonkoops jonkoops deleted the clean-package branch July 25, 2024 11:17
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.

1 participant