Skip to content

Commit

Permalink
fix sdk-v2 with Vite (#50)
Browse files Browse the repository at this point in the history
* fix sdk-v2 with Vite

* changeset
  • Loading branch information
Max-3-7 authored Jun 19, 2024
1 parent ff6a470 commit 216d65b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/shy-chefs-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@traderjoe-xyz/sdk-v2': patch
---

fix sdk-v2 with Vite
2 changes: 1 addition & 1 deletion packages/v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"traderjoe-xyz",
"avalanche"
],
"module": "dist/sdk.esm.js",
"module": "dist/index.js",
"scripts": {
"lint": "eslint \"src/**/*.ts*\"",
"lint:fix": "prettier --write \"**/*.{ts,tsx,md}\"",
Expand Down

0 comments on commit 216d65b

Please sign in to comment.