Skip to content

Commit

Permalink
fix: pkg entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
Deuscx committed Jun 16, 2024
1 parent 5be7e85 commit 6733a44
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,20 @@
},
"bugs": "https://github.com/deuscx/vue-markdown/issues",
"keywords": [
"starter",
"vue3",
"component",
"ui"
"vue",
"markdown",
"vue-markdown"
],
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.umd.js"
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
},
"./*": "./*"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
Expand Down

0 comments on commit 6733a44

Please sign in to comment.