Skip to content

Commit

Permalink
chore(eventual-send)!: restrict exports
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Nov 6, 2023
1 parent 64d2329 commit fa32908
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/eventual-send/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"lint:types": "tsc",
"lint:eslint": "eslint '**/*.js'"
},
"exports": {
"./package.json": "./package.json",
".": "./src/no-shim.js",
"./shim.js": "./shim.js",
"./utils.js": "./utils.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
Expand Down

0 comments on commit fa32908

Please sign in to comment.