Skip to content

Commit

Permalink
exports
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonmatt committed Mar 2, 2024
1 parent cbfdbea commit 29bd232
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name":"@polyseam/inflate_response",
"version":"1.1.0",
"name": "@polyseam/inflate_response",
"version": "1.1.0",
"tasks": {
"dev": "deno run --watch main.ts",
"test": "deno test -A"
}
},
"exports": "./mod.ts"
}

0 comments on commit 29bd232

Please sign in to comment.