diff options
| author | theavgjojo <[email protected]> | 2026-01-02 17:29:09 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-02 16:29:09 -0600 |
| commit | a58dbb3b5c41765e1daff6d28ef61a6d0267ab3c (patch) | |
| tree | 31b16223883e32126ce1183b594b9203aed83c52 /packages/console/core | |
| parent | 131d8e57781b2f52bf265c3a5de4cc3c4cc8af6e (diff) | |
| download | opencode-a58dbb3b5c41765e1daff6d28ef61a6d0267ab3c.tar.gz opencode-a58dbb3b5c41765e1daff6d28ef61a6d0267ab3c.zip | |
chore: add license field to package.json (#6693)
Co-authored-by: theavgjojo <jojo@noreply>
Diffstat (limited to 'packages/console/core')
| -rw-r--r-- | packages/console/core/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/console/core/package.json b/packages/console/core/package.json index 40c6597ce..e10dd79bb 100644 --- a/packages/console/core/package.json +++ b/packages/console/core/package.json @@ -4,6 +4,7 @@ "version": "1.0.224", "private": true, "type": "module", + "license": "MIT", "dependencies": { "@aws-sdk/client-sts": "3.782.0", "@jsx-email/render": "1.1.1", |
