[PR #6693] chore: add license field to package.json #12044

Closed
opened 2026-02-16 18:16:58 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/6693

State: closed
Merged: Yes


Summary

Testing

Standard run and build:

bun install
bun dev
./packages/opencode/script/build.ts --single

Additional spot checking that the packaging is happy:

jojo@x:~/repos/opencode/packages/plugin$ bun pm pack
bun pack v1.3.5 (1e86cebd)

packed 0.59KB package.json

opencode-ai-plugin-1.0.224.tgz

Total files: 1
Shasum: 02bafc0c63443a12965515331da9e5862268c526
Integrity: sha512-V+Rl1dTT8QiSl[...]f9zCw/D7eg1Kg==
Unpacked size: 0.59KB
Packed size: 403B
jojo@x:~/repos/opencode/packages/plugin$ tar -xOf opencode-ai-plugin-1.0.224.tgz package/package.json | grep license
  "license": "MIT",
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6693 **State:** closed **Merged:** Yes --- ## Summary * Sets `license` field in all `package.json` files where not previously specified. * Closes #6684 ## Testing Standard run and build: ```shell bun install bun dev ./packages/opencode/script/build.ts --single ``` Additional spot checking that the packaging is happy: ```shell jojo@x:~/repos/opencode/packages/plugin$ bun pm pack bun pack v1.3.5 (1e86cebd) packed 0.59KB package.json opencode-ai-plugin-1.0.224.tgz Total files: 1 Shasum: 02bafc0c63443a12965515331da9e5862268c526 Integrity: sha512-V+Rl1dTT8QiSl[...]f9zCw/D7eg1Kg== Unpacked size: 0.59KB Packed size: 403B jojo@x:~/repos/opencode/packages/plugin$ tar -xOf opencode-ai-plugin-1.0.224.tgz package/package.json | grep license "license": "MIT", ```
yindo added the pull-request label 2026-02-16 18:16:58 -05:00
yindo closed this issue 2026-02-16 18:16:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12044