Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
meshareL committed Jul 17, 2024
1 parent 73c360c commit 8a3131d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,14 @@
"bugs": {
"url": "https://github.com/meshareL/j-icon/issues"
},
"main": "dist/component/index.umd.js",
"module": "dist/component/index.esm.js",
"main": "dist/component/index.umd.min.js",
"module": "dist/component/index.esm.min.js",
"types": "index.d.ts",
"exports": {
".": {
"import": "dist/component/index.esm.js",
"browser": "dist/component/index.umd.js",
"import": "dist/component/index.esm.min.js",
"browser": "dist/component/index.umd.min.js",
"types": "index.d.ts"
},
"./cli": {
"import": "dist/cli/parse.esm.js",
"require": "dist/cli/parse.js"
}
},
"files": [
Expand Down

0 comments on commit 8a3131d

Please sign in to comment.