Skip to content

Commit

Permalink
fix: add tailwind config to kv-components exports
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed Nov 19, 2024
1 parent fab4917 commit 74388fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion @kiva/kv-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@
"./dist/components/*.vue": {
"import": "./dist/components/*.vue",
"require": "./dist/components/*.vue"
}
},
"./tailwind.config.cjs": {
"import": "./tailwind.config.cjs",
"require": "./tailwind.config.cjs"
}
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.1",
Expand Down

0 comments on commit 74388fc

Please sign in to comment.