Skip to content

Commit

Permalink
chore: release 0.0.6 alpha 3
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Feb 12, 2024
1 parent d769270 commit d11fa6a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/synthetic-chain/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@agoric/synthetic-chain",
"version": "0.0.5-4",
"version": "0.0.6-3",
"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 All @@ -12,6 +14,7 @@
"dist"
],
"scripts": {
"prepare": "yarn build",
"build": "tsup",
"test": "NODE_OPTIONS='--loader=tsx --no-warnings' ava"
},
Expand Down

0 comments on commit d11fa6a

Please sign in to comment.