Skip to content

Commit

Permalink
fix: make metro bundler resolve work (#35)
Browse files Browse the repository at this point in the history
* fix: make metro bundler resolve work

* add changeset
  • Loading branch information
jb-san authored Mar 28, 2024
1 parent f1d6d52 commit 65ca205
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/healthy-moons-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typed-pocketbase": patch
---

Add main field to package.json
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"src"
],
"type": "module",
"main": "./dist/client/index.js",
"module": "./dist/client/index.js",
"types": "./dist/client/index.d.ts",
"bin": {
Expand All @@ -43,4 +44,4 @@
"tsup": "^8.0.1",
"typescript": "^5.3.3"
}
}
}

0 comments on commit 65ca205

Please sign in to comment.