Skip to content

Commit

Permalink
🔧 fix entrypoint for package types
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelvalley committed Mar 26, 2024
1 parent 0a747a5 commit cf32b1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@sftsrv/synk",
"version": "0.0.3",
"version": "0.0.4",
"exports": {
".": "./dist/index.js",
"./in-memory": "./dist/in-memory/index.js",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.3",
"description": "A library for developing offline-first web applications based on async data replication and synchronization between clients and the server",
"type": "commonjs",
"module": "dist/index.mjs",
"types": "dist/index.d.mts",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "vitest",
Expand Down

0 comments on commit cf32b1f

Please sign in to comment.