Skip to content

Commit

Permalink
NONE) chore: modify format (#67)
Browse files Browse the repository at this point in the history
* chore: modify format

* release: upgrade cds 0.0.8

---------

Co-authored-by: dev-redo <[email protected]>
  • Loading branch information
dev-redo and dev-redo authored May 24, 2024
1 parent 71d5bc7 commit 5220156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Corca <[email protected]>",
"description": "Corca Design System",
"private": false,
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"packageManager": "[email protected]",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
build: {
lib: {
entry: resolve(__dirname, './src/index.ts'),
formats: ['es'],
formats: ['es', 'cjs'],
name: 'cds',
fileName: 'index',
},
Expand Down

0 comments on commit 5220156

Please sign in to comment.