We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f235ef commit 309a9adCopy full SHA for 309a9ad
3 files changed
module.ts
package.json
@@ -46,6 +46,10 @@
46
"dependencies": {
47
"@nuxt/kit": "^4.4.6"
48
},
49
+ "peerDependencies": {
50
+ "@owdproject/core": "^3.4.1",
51
+ "@owdproject/kit-tailwind": "^0.1.0"
52
+ },
53
"devDependencies": {
54
"@nuxt/devtools": "^3.2.4",
55
"@nuxt/eslint-config": "^1.15.2",
src/module.ts
@@ -4,7 +4,7 @@ import {
4
addComponentsDir,
5
addPlugin,
6
} from '@nuxt/kit'
7
-import { registerTailwindPath } from '@owdproject/kit-primevue/kit/registerTailwindPath'
+import { registerTailwindPath } from '@owdproject/kit-tailwind/kit/registerTailwindPath'
8
9
export default defineNuxtModule({
10
meta: {
0 commit comments