Skip to content

Commit

Permalink
chore: add package name
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Feb 9, 2024
1 parent 9e045fd commit a15d995
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"name": "@sylc/dkill",
"version": "0.10.0",
"exports": "./mod.ts",
"tasks": {
"test": "deno test --allow-run --allow-net --allow-read",
"testm": "deno run --allow-run --allow-net ./src/tests/utils.ts",
Expand Down

0 comments on commit a15d995

Please sign in to comment.