Skip to content

Commit

Permalink
fixup! fixup! test: minor cleanups to synthetic-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Sep 9, 2024
1 parent f72dd42 commit 5c317a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/synthetic-chain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "@agoric/synthetic-chain",
"version": "0.2.0",
"description": "Utilities to build a chain and test proposals atop it",
"bin": "dist/cli/cli.js",
"bin": {
"synthetic-chain": "dist/cli/cli.js"
},
"main": "./dist/lib/index.js",
"type": "module",
"module": "./dist/lib/index.js",
Expand Down

0 comments on commit 5c317a5

Please sign in to comment.