Skip to content

Commit

Permalink
add exports for esm default
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Mar 5, 2024
1 parent b6f48fb commit fa89e10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bgent",
"version": "0.0.30",
"version": "0.0.31",
"private": false,
"description": "bgent. because agent was taken.",
"type": "module",
Expand All @@ -25,6 +25,10 @@
"bin": {
"bgent": "./scripts/shell.mjs"
},
"exports": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
},
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230419.0",
Expand Down

0 comments on commit fa89e10

Please sign in to comment.