Skip to content

Commit

Permalink
🔧 point JST to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelvalley committed Mar 26, 2024
1 parent 7778b0f commit 0a747a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "@sftsrv/synk",
"version": "0.0.3",
"exports": {
".": "./src/index.ts",
"./in-memory": "./src/in-memory/index.ts",
"./async": "./src/async/index.ts",
"./indexed-db": "./src/indexed-db/index.ts",
"./websocket": "./src/websocket/index.ts"
".": "./dist/index.js",
"./in-memory": "./dist/in-memory/index.js",
"./async": "./dist/async/index.js",
"./indexed-db": "./dist/indexed-db/index.js",
"./websocket": "./dist/websocket/index.js"
},
"publish": {
"exclude": ["!src"]
"exclude": ["!dist"]
}
}

0 comments on commit 0a747a5

Please sign in to comment.