Skip to content

Commit

Permalink
jsr setup
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Jul 17, 2024
1 parent 60ff17a commit d3ff204
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@
},
"tasks": {
"test": "deno test --allow-net --allow-read --allow-write --coverage=coverage"
},
"name": "@deno-libs/gql",
"version": "3.0.0",
"exports": {
".": "./mod.ts",
"./types": "./types.ts"
}
}

0 comments on commit d3ff204

Please sign in to comment.