Skip to content

Commit

Permalink
fix(frontend): add license field to example config file (#829)
Browse files Browse the repository at this point in the history
This PR add the `license` field to the `config file` example in **How to
publish** page.

Closes #764
  • Loading branch information
bp7968h authored Nov 18, 2024
1 parent 9f86ddf commit ebdc3a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/routes/package/publish.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ export default define.page<typeof handler>(function PackagePage({
{" "}
<span class="bg-[rgba(134,239,172,.25)] text-[rgba(190,242,100)]">{`"version": "0.1.0",\n`}</span>
{" "}
<span class="bg-[rgba(134,239,172,.25)] text-[rgba(190,242,100)]">{`"license": "MIT",\n`}</span>
{" "}
<span class="bg-[rgba(134,239,172,.25)] text-[rgba(190,242,100)]">{`"exports": "./mod.ts"\n`}</span>
{`}`}
</code>
Expand Down

0 comments on commit ebdc3a6

Please sign in to comment.