Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangmo8 committed Dec 13, 2024
1 parent 676d1d8 commit 1104b4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@zhangmo8/repl-react",
"private": false,
"version": "0.0.1",
"type": "module",
"files": [
Expand All @@ -9,6 +8,9 @@
"main": "./dist/your-component-library.umd.js",
"module": "./dist/your-component-library.es.js",
"types": "./dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./dist/your-component-library.es.js",
Expand Down

0 comments on commit 1104b4a

Please sign in to comment.