Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed May 22, 2024
1 parent 18e2276 commit d834d00
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
"dist",
"src"
],
"main": "./dist/jskos-vue-tabs.umd.cjs",
"module": "./dist/jskos-vue-tabs.js",
"type": "module",
"style": "./dist/style.css",
"exports": {
".": {
"require": "./dist/jskos-vue-tabs.umd.cjs",
"import": "./dist/jskos-vue-tabs.js"
},
"./dist/style.css": "./dist/style.css"
},
"sideEffects": false,
"scripts": {
"test": "mocha --recursive",
Expand Down

0 comments on commit d834d00

Please sign in to comment.