Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Apr 1, 2024
1 parent dfb3f38 commit 64e6e38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,9 @@ dist
.vscode

# Deno
deno.lock
deno.lock

# Node/Bun meta files
.npmrc
package-lock.json
package.json
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@cross/fs": "jsr:@cross/fs@^0.0.8",
"@cross/runtime": "jsr:@cross/runtime@^1.0.0",
"@cross/test": "jsr:@cross/test@^0.0.9",
"@cross/utils": "jsr:@cross/utils@^0.9.2",
"@cross/utils": "jsr:@cross/utils@^0.9.4",
"@std/assert": "jsr:@std/assert@^0.221.0",
"@std/path": "jsr:@std/path@^0.221.0"
},
Expand Down
1 change: 0 additions & 1 deletion korv.ts

This file was deleted.

0 comments on commit 64e6e38

Please sign in to comment.