Skip to content

Commit

Permalink
ci: 💚 fix ci lock
Browse files Browse the repository at this point in the history
  • Loading branch information
willin committed Dec 11, 2023
1 parent 899dc1d commit c634333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"svelte": "./dist/index.js"
}
},
Expand Down Expand Up @@ -72,6 +73,7 @@
"vitest": "^0.34.0"
},
"svelte": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module"
}

0 comments on commit c634333

Please sign in to comment.