Skip to content

Commit

Permalink
fix: remove usemounted and parsejson
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Nov 13, 2024
1 parent 6cd36bf commit a418a8f
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 100 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ https://www.npmjs.com/package/@risc0/ui

| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-36.64%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-80.48%25-yellow.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-73.46%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-36.64%25-red.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-35.89%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-78.37%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-71.73%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-35.89%25-red.svg?style=flat) |
13 changes: 0 additions & 13 deletions hooks/use-mounted.test.ts

This file was deleted.

13 changes: 0 additions & 13 deletions hooks/use-mounted.ts

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.208",
"version": "0.0.211",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down
36 changes: 0 additions & 36 deletions stories/use-mounted.stories.tsx

This file was deleted.

26 changes: 0 additions & 26 deletions utils/parse-json.test.ts

This file was deleted.

10 changes: 0 additions & 10 deletions utils/parse-json.ts

This file was deleted.

0 comments on commit a418a8f

Please sign in to comment.