Skip to content

Commit

Permalink
remove sleep, action
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Nov 13, 2024
1 parent e7e9458 commit d42695d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 140 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-38.87%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-79.16%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-72.72%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-38.87%25-red.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-40.69%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-79.71%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-73.8%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-40.69%25-red.svg?style=flat) |
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.212",
"version": "0.0.213",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -37,8 +37,6 @@
"cmdk": "1.0.0",
"es-toolkit": "1.27.0",
"lucide-react": "0.456.0",
"next-themes": "0.4.3",
"p-safe": "1.0.0",
"react-hook-form": "7.53.2",
"recharts": "2.13.3",
"tailwind-merge": "2.5.4",
Expand All @@ -57,6 +55,7 @@
"@vitest/coverage-v8": "2.0.5",
"happy-dom": "15.11.2",
"istanbul-badges-readme": "1.9.0",
"next-themes": "0.4.3",
"npm-run-all": "4.1.5"
},
"peerDependencies": {
Expand Down
91 changes: 0 additions & 91 deletions utils/action.ts

This file was deleted.

42 changes: 0 additions & 42 deletions utils/sleep.test.ts

This file was deleted.

3 changes: 0 additions & 3 deletions utils/sleep.ts

This file was deleted.

0 comments on commit d42695d

Please sign in to comment.