Skip to content

Commit

Permalink
👷 point to JS file
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelvalley committed Mar 26, 2024
1 parent cd41487 commit 587e20f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"name": "@sftsrv/synk",
"version": "0.0.3",
"exports": {
".": "./dist/index.ts",
"./in-memory": "./dist/in-memory/index.ts",
"./async": "./dist/async/index.ts",
"./indexed-db": "./dist/indexed-db/index.ts",
"./websocket": "./dist/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": ["!dist"]
Expand Down

0 comments on commit 587e20f

Please sign in to comment.