summaryrefslogtreecommitdiffhomepage
path: root/github
diff options
context:
space:
mode:
authortheavgjojo <[email protected]>2026-01-02 17:29:09 -0500
committerGitHub <[email protected]>2026-01-02 16:29:09 -0600
commita58dbb3b5c41765e1daff6d28ef61a6d0267ab3c (patch)
tree31b16223883e32126ce1183b594b9203aed83c52 /github
parent131d8e57781b2f52bf265c3a5de4cc3c4cc8af6e (diff)
downloadopencode-a58dbb3b5c41765e1daff6d28ef61a6d0267ab3c.tar.gz
opencode-a58dbb3b5c41765e1daff6d28ef61a6d0267ab3c.zip
chore: add license field to package.json (#6693)
Co-authored-by: theavgjojo <jojo@noreply>
Diffstat (limited to 'github')
-rw-r--r--github/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/github/package.json b/github/package.json
index 4d447716f..e1b913abe 100644
--- a/github/package.json
+++ b/github/package.json
@@ -3,6 +3,7 @@
"module": "index.ts",
"type": "module",
"private": true,
+ "license": "MIT",
"devDependencies": {
"@types/bun": "catalog:"
},