Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: migrate to pnpm workspace
  • Loading branch information
jayeshbhole committed Aug 5, 2025
commit c011201b7c7080e275c49ca8293e26c1f3d9ef77
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Clone the branch `main` of [nitro-testnode](https://github.com/OffchainLabs/nitr
Then, run the integration tests:

```bash
yarn test:integration
pnpm test:integration
```

## Examples
Expand Down
12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"workspaces": [
"src",
"examples/*"
],
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -30,13 +26,5 @@
"ts-morph": "^21.0.1",
"typescript": "^5.2.2",
"vitest": "^3.0.9"
},
"resolutions": {
"**/@wagmi/cli/viem/ws": "8.17.1",
"**/@ethersproject/providers/ws": "7.5.10",
"**/elliptic": "6.6.1",
"**/nanoid": "3.3.8",
"**/base-x": "3.0.11",
"**/pbkdf2": "3.1.3"
}
}
Loading