Skip to content

Commit

Permalink
fix: react package should not be private (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeroBurny authored Sep 23, 2024
1 parent 50ce258 commit ed8a5e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/lib/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export {
useSprinterSolution,
useSprinterCallSolution,
useSprinterTokens
} from "./hooks";
} from "./hooks";
1 change: 0 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@chainsafe/sprinter-react",
"private": true,
"version": "0.2.0",
"type": "module",
"main": "dist/main.js",
Expand Down

0 comments on commit ed8a5e0

Please sign in to comment.