Skip to content

Commit

Permalink
NONE) chore: modify rollup options (#65)
Browse files Browse the repository at this point in the history
* chore: modify rollup options

* chore: remove vite-react and emotion babel

---------

Co-authored-by: dev-redo <[email protected]>
  • Loading branch information
dev-redo and dev-redo authored May 24, 2024
1 parent ce2b280 commit cd2c1ba
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 166 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
env: {
browser: true,
es2021: true,
es2020: true,
},
extends: ['eslint:recommended', 'plugin:react/recommended', 'plugin:prettier/recommended'],
parser: '@typescript-eslint/parser',
Expand Down
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.5",
"version": "0.0.6",
"type": "module",
"packageManager": "[email protected]",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit cd2c1ba

Please sign in to comment.