Skip to content

Commit

Permalink
chore!: restrict exports from 'agoric' package
Browse files Browse the repository at this point in the history
it's only for installing the bin and importing that bin module
  • Loading branch information
turadg authored and mhofman committed Dec 6, 2023
1 parent ef0730f commit 63c1abb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"agoric": "src/entrypoint.js",
"agops": "src/bin-agops.js"
},
"exports": {
"./src/entrypoint.js": "./src/entrypoint.js"
},
"files": [
"src",
"exported.js"
Expand Down

0 comments on commit 63c1abb

Please sign in to comment.