Skip to content

Commit

Permalink
fix(agoric-cli): update package.json to publish correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jan 5, 2022
1 parent b5b41d6 commit e670f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Manage the Agoric Javascript smart contract platform",
"type": "module",
"main": "src/main.js",
"bin": "bin/agoric",
"bin": "src/entrypoint.js",
"files": [
"lib",
"src",
"exported.js"
],
"scripts": {
Expand Down

0 comments on commit e670f1a

Please sign in to comment.