Skip to content

Commit

Permalink
Fix rpc packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Jul 21, 2024
1 parent 081d5b0 commit 4ab81c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/quick-hornets-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@deroll/rpc": patch
---

fix packaging
1 change: 1 addition & 0 deletions packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@deroll/rpc",
"version": "0.1.1",
"description": "Cartesi JSON-RPC API",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 4ab81c3

Please sign in to comment.