Skip to content

Commit

Permalink
Updated @syedtaqi95/react-ui-library to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syedtaqi95 committed Apr 24, 2024
1 parent b45e925 commit 6e71e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react-ui-library/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@syedtaqi95/react-ui-library",
"private": false,
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion react-ui-library/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig((configEnv) => ({
linters: [new EsLinter({ configEnv })],
}),
dts({
include: ['src/component/'],
include: ['src/components/'],
}),
],
build: {
Expand Down

0 comments on commit 6e71e2a

Please sign in to comment.