Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 4512065

Browse files
SelemondevSelemondev
authored andcommitted
chore: update files
1 parent 05aa79e commit 4512065

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
registry=https://registry.npmjs.org
22
ignore-workspace-root-check=true
33
shamefully-hoist=true
4-
strict-peer-dependencies=false
54
auto-install-peers=false

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @selemondev
1+
* @selemondev

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Our Pledge
55

6-
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.
6+
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.
77

88
## Our Standards
99

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 NuxtLabs UI Vue, Selemondev, Nuxt & NuxtLabs
3+
Copyright (c) 2023 NuxtLabs UI Vue, Selemondev, Nuxt, NuxtLabs & NuxtLabs Team
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"**/dist/**",
2222
"**/node_modules/**",
2323
"**/test/dts/**",
24+
"**/example/**",
2425
"**/packages/nuxtlabs-ui-vue/**"
2526
]
2627
}

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
},
1818
resolve: {
1919
alias: {
20-
'windi-ui': r('./packages/windi'),
20+
'nuxtlabs-ui-vue': r('./packages/nuxtlabs-ui-vue'),
2121
},
2222
},
2323
})

0 commit comments

Comments
 (0)