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

Commit

Permalink
Merge pull request #81 from selemondev/update
Browse files Browse the repository at this point in the history
chore: update files
  • Loading branch information
selemondev authored Aug 16, 2023
2 parents d852c79 + 4512065 commit 20dd49a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @selemondev
* @selemondev
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"**/dist/**",
"**/node_modules/**",
"**/test/dts/**",
"**/example/**",
"**/packages/nuxtlabs-ui-vue/**"
]
}
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
},
resolve: {
alias: {
'windi-ui': r('./packages/windi'),
'nuxtlabs-ui-vue': r('./packages/nuxtlabs-ui-vue'),
},
},
})

0 comments on commit 20dd49a

Please sign in to comment.