Skip to content

Commit

Permalink
Export main to allow running it with deno run (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
taras authored Jan 20, 2025
1 parent d846e33 commit 1d3c3d8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "@frontside/staticalize",
"version": "0.1.0",
"exports": "./mod.ts",
"version": "0.2.0",
"exports": {
".": "./mod.ts",
"./cli": "./main.ts"
},
"license": "MIT",
"tasks": {
"dev": "deno run --watch main.ts",
Expand Down

0 comments on commit 1d3c3d8

Please sign in to comment.