Skip to content

Commit 1d3c3d8

Browse files
authored
Export main to allow running it with deno run (#3)
1 parent d846e33 commit 1d3c3d8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

deno.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "@frontside/staticalize",
3-
"version": "0.1.0",
4-
"exports": "./mod.ts",
3+
"version": "0.2.0",
4+
"exports": {
5+
".": "./mod.ts",
6+
"./cli": "./main.ts"
7+
},
58
"license": "MIT",
69
"tasks": {
710
"dev": "deno run --watch main.ts",

0 commit comments

Comments
 (0)