Skip to content

Restore package license metadata#233

Open
Errordog2 wants to merge 1 commit into
xendit:masterfrom
Errordog2:codex/restore-license-metadata
Open

Restore package license metadata#233
Errordog2 wants to merge 1 commit into
xendit:masterfrom
Errordog2:codex/restore-license-metadata

Conversation

@Errordog2

Copy link
Copy Markdown

Closes #232.

This restores the package license metadata for xendit-node.

Historical context:

The current default branch and published xendit-node@7.0.0 package no longer expose a machine-readable license. This PR restores:

  • license: "MIT" in package.json, so the generated/published package declares its license
  • the top-level MIT LICENSE file text from the previously merged license PR

Validation:

  • package.json parses successfully after the change
  • checked that package.json now contains license: "MIT"
  • change is limited to license metadata/documentation; no runtime code, dependencies, exports, or generated API files changed

@Errordog2 Errordog2 force-pushed the codex/restore-license-metadata branch from 57e5c09 to f63ecfe Compare June 12, 2026 17:50
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.

package.json and npm package do not declare a license

1 participant