From ebdc3a69343944c4c09a22efabd216d21aeb7f47 Mon Sep 17 00:00:00 2001 From: Bhuwan Pandit Date: Mon, 18 Nov 2024 21:46:21 +0000 Subject: [PATCH] fix(frontend): add license field to example config file (#829) This PR add the `license` field to the `config file` example in **How to publish** page. Closes #764 --- 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`} {`}`}