Skip to content

Commit

Permalink
chore: use local deno_gi when imported
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed May 26, 2024
1 parent a780967 commit bf5656e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"tasks": {
"test": "deno test --unstable-ffi --allow-ffi --allow-read test/unit/**/*"
},
"imports": {
"https://github.com/ahgilak/deno_gi/raw/main/mod.ts": "./mod.ts"
}
}

0 comments on commit bf5656e

Please sign in to comment.