Skip to content

Commit

Permalink
refactor: use jsr deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Apr 21, 2024
1 parent f8fe238 commit 768b6ac
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 206 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![deno module](https://shield.deno.dev/x/dkill)](https://deno.land/x/dkill)
![deno compatibility](https://shield.deno.dev/deno/^1.31.1)
![deno compatibility](https://shield.deno.dev/deno/^1.42.4)

<h1 align="center">
🎯 dkill
Expand All @@ -14,7 +14,7 @@
### Install

```
deno install -f --allow-run --allow-net https://deno.land/x/dkill@0.11.1/cli.ts
deno install -f --allow-run --allow-net jsr:@sylc/dkill@0.11.2
```

You can then use it using command `dkill`
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sylc/dkill",
"version": "0.11.1",
"version": "0.11.2",
"exports": "./mod.ts",
"tasks": {
"test": "deno test --allow-run --allow-net --allow-read",
Expand Down

0 comments on commit 768b6ac

Please sign in to comment.