Skip to content

Commit 587e20f

Browse files
committed
👷 point to JS file
1 parent cd41487 commit 587e20f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jsr.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"name": "@sftsrv/synk",
44
"version": "0.0.3",
55
"exports": {
6-
".": "./dist/index.ts",
7-
"./in-memory": "./dist/in-memory/index.ts",
8-
"./async": "./dist/async/index.ts",
9-
"./indexed-db": "./dist/indexed-db/index.ts",
10-
"./websocket": "./dist/websocket/index.ts"
6+
".": "./dist/index.js",
7+
"./in-memory": "./dist/in-memory/index.js",
8+
"./async": "./dist/async/index.js",
9+
"./indexed-db": "./dist/indexed-db/index.js",
10+
"./websocket": "./dist/websocket/index.js"
1111
},
1212
"publish": {
1313
"exclude": ["!dist"]

0 commit comments

Comments
 (0)