Skip to content

Commit

Permalink
Remove @latest specifier in deno.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
smack0007 committed Jul 25, 2024
1 parent 9338ce1 commit e978c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/getting-started/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"imports": { "@smack0007/sdl-ts": "jsr:@smack0007/sdl-ts@latest" },
"imports": { "@smack0007/sdl-ts": "jsr:@smack0007/sdl-ts" },
"tasks": {
"start": "deno run --unstable-ffi --allow-env --allow-ffi --allow-read=. ./main.ts"
}
Expand Down

0 comments on commit e978c8d

Please sign in to comment.