Skip to content

Commit

Permalink
chore: release react package (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlwn123 authored Oct 22, 2024
1 parent 2684ec4 commit 45ffa9c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@fedimint/react",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
Expand All @@ -10,14 +9,14 @@
"preview": "vite preview"
},
"files": [
"dist"
"dist",
"src"
],
"main": "./dist/fedimint-react.umd.cjs",
"main": "./dist/fedimint-react.js",
"module": "./dist/fedimint-react.js",
"exports": {
".": {
"import": "./dist/fedimint-react.js",
"require": "./dist/fedimint-react.umd.cjs"
"import": "./dist/fedimint-react.js"
}
},
"peerDependencies": {
Expand Down

0 comments on commit 45ffa9c

Please sign in to comment.