Skip to content

Commit

Permalink
feat: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hxg2050 committed Aug 8, 2024
1 parent d6c5daf commit 630d508
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hease",
"private": false,
"version": "0.3.3",
"version": "0.3.4",
"repository": "https://github.com/hxg2050/hease.git",
"license": "MIT",
"main": "./dist/index.cjs.js",
Expand All @@ -18,6 +18,12 @@
"ticker",
"game"
],
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
}
},
"files": [
"dist/"
],
Expand Down

0 comments on commit 630d508

Please sign in to comment.