diff --git a/.npmrc b/.npmrc index 57e3c03..507d171 100644 --- a/.npmrc +++ b/.npmrc @@ -1,5 +1,4 @@ registry=https://registry.npmjs.org ignore-workspace-root-check=true shamefully-hoist=true -strict-peer-dependencies=false auto-install-peers=false \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS index 00a3c5f..c50f788 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @selemondev \ No newline at end of file +* @selemondev \ No newline at end of file diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index d58827e..40dadc3 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -3,7 +3,7 @@ ## Our Pledge -In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, race, body size, disability, ethnicity, sex characteristics, and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. +In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, race, body size, disability, ethnicity, sex characteristics, and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, status, or sexual identity and orientation. ## Our Standards diff --git a/LICENSE b/LICENSE index c7c4b00..85d6a4c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 NuxtLabs UI Vue, Selemondev, Nuxt & NuxtLabs +Copyright (c) 2023 NuxtLabs UI Vue, Selemondev, Nuxt, NuxtLabs & NuxtLabs Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tsconfig.json b/tsconfig.json index 95f2d95..d7d5378 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,7 @@ "**/dist/**", "**/node_modules/**", "**/test/dts/**", + "**/example/**", "**/packages/nuxtlabs-ui-vue/**" ] } diff --git a/vitest.config.ts b/vitest.config.ts index 7111b2f..84c41f3 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -17,7 +17,7 @@ export default defineConfig({ }, resolve: { alias: { - 'windi-ui': r('./packages/windi'), + 'nuxtlabs-ui-vue': r('./packages/nuxtlabs-ui-vue'), }, }, })