diff options
author | 2023-10-04 03:11:02 +1100 | |
---|---|---|
committer | 2023-10-03 09:11:02 -0700 | |
commit | 0ee04261b92a5c366f5fb80cbdac3382d14db944 (patch) | |
tree | 410a86ab588337883b2073bf9253c6c884b1e411 | |
parent | 745b6b94ee56cad24d475799690cc9a89957d15b (diff) | |
download | bun-0ee04261b92a5c366f5fb80cbdac3382d14db944.tar.gz bun-0ee04261b92a5c366f5fb80cbdac3382d14db944.tar.zst bun-0ee04261b92a5c366f5fb80cbdac3382d14db944.zip |
Add license information to package.json (#6255)
-rw-r--r-- | packages/bun-types/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/bun-types/package.json b/packages/bun-types/package.json index 4e0cc4f91..40ce131e4 100644 --- a/packages/bun-types/package.json +++ b/packages/bun-types/package.json @@ -1,6 +1,7 @@ { "name": "bun-types", "repository": "https://github.com/oven-sh/bun", + "license": "MIT", "devDependencies": { "conditional-type-checks": "^1.0.6", "prettier": "^2.4.1", |