Skip to content

Commit

Permalink
fix: deno, not jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
c43721 committed Oct 21, 2024
1 parent 66d7558 commit 45bc0b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 4 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "@c43721/rcon",
"imports": {
"@std/io": "jsr:@std/io@^0.225.0"
}
},
"version": "0.0.1-alpha1",
"exports": "./mod.ts"
}
5 changes: 0 additions & 5 deletions jsr.json

This file was deleted.

0 comments on commit 45bc0b3

Please sign in to comment.