From 19fa9903f6e9199146093b3b3bcd4c87f4c321a0 Mon Sep 17 00:00:00 2001 From: Bhuwan Pandit Date: Wed, 13 Nov 2024 00:13:10 +0000 Subject: [PATCH] fix(frontend): add license field to config file --- frontend/routes/package/publish.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/routes/package/publish.tsx b/frontend/routes/package/publish.tsx index b664ff34..81333b25 100644 --- a/frontend/routes/package/publish.tsx +++ b/frontend/routes/package/publish.tsx @@ -58,6 +58,8 @@ export default define.page(function PackagePage({ {" "} {`"version": "0.1.0",\n`} {" "} + {`"license": "MIT",\n`} + {" "} {`"exports": "./mod.ts"\n`} {`}`}