Skip to content

Commit 0a747a5

Browse files
committed
🔧 point JST to dist
1 parent 7778b0f commit 0a747a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

jsr.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"name": "@sftsrv/synk",
44
"version": "0.0.3",
55
"exports": {
6-
".": "./src/index.ts",
7-
"./in-memory": "./src/in-memory/index.ts",
8-
"./async": "./src/async/index.ts",
9-
"./indexed-db": "./src/indexed-db/index.ts",
10-
"./websocket": "./src/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": {
13-
"exclude": ["!src"]
13+
"exclude": ["!dist"]
1414
}
1515
}

0 commit comments

Comments
 (0)