Skip to content

Commit

Permalink
Pre-publish 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dakln committed Oct 16, 2024
1 parent 8ee9313 commit d4851a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"name": "@lost-c3/lib",
"version": "1.0.0",
"exports": {
".": "./mod.ts",
"./cli": "./cli.ts"
},
"tasks": {
"uninstall:cli": "deno uninstall lost -g",
"install:cli:local": "deno install --name lost ./cli.ts --global -f -A",
Expand Down

0 comments on commit d4851a5

Please sign in to comment.