Skip to content

Commit

Permalink
0.0.259 - fix: another test
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Dec 19, 2024
1 parent 07778be commit bc0513e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@ Building blocks for UI applications at RISC Zero.

https://www.npmjs.com/package/@risc0/ui

---
***

#### Prerequisites

- Install [Node](https://nodejs.org/en) (≥ v20.x.x)
- Install [bun](https://bun.sh/) (≥ v1.1.30)
* Install [Node](https://nodejs.org/en) (≥ v20.x.x)
* Install [bun](https://bun.sh/) (≥ v1.1.30)

> [!TIP]
> \[!TIP]\
> When making code changes, it helps to have the [Biome VSCode extension](https://marketplace.visualstudio.com/items?itemName=biomejs.biome) installed.
### Coverage
### Coverage

| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-41.01%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-78.57%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-72.09%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-41.01%25-red.svg?style=flat) |

ss
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.258",
"version": "0.0.259",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit bc0513e

Please sign in to comment.