Skip to content

Commit

Permalink
export a few different entrypoints to jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Maj committed Jun 12, 2024
1 parent 8103faf commit 0ca5441
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"name": "@slack/protocols",
"version": "0.0.2-pre.1",
"exports": "./src/mod.ts",
"version": "0.0.2-pre.2",
"exports": {
".": "./src/mod.ts",
"mock": "./src/mock.ts",
"types": "./src/types.ts"
},
"fmt": {
"include": ["src", "docs", "README.md"],
"semiColons": true,
Expand Down

0 comments on commit 0ca5441

Please sign in to comment.