Skip to content

Commit

Permalink
Update export path in deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Sep 6, 2024
1 parent bfb2323 commit 686808b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wuespace/asn-generator",
"version": "0.2.0",
"exports": "./mod.ts",
"exports": "./main.ts",
"tasks": {
"dev": "deno run --watch --env --unstable-kv -A main.ts",
"version": "deno run --allow-read=. --allow-write=. --allow-run=git jsr:@utility/version"
Expand Down

0 comments on commit 686808b

Please sign in to comment.