Skip to content

Commit

Permalink
core: fix package.json types/main order
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Jan 22, 2024
1 parent e19de05 commit 1aeb04e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/selfish-rules-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@starknet-react/core": patch
---

Fix package.json types/main order
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "2.2.2",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 1aeb04e

Please sign in to comment.