Skip to content

Commit

Permalink
updating yarn lock and package.json build process
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweber committed Sep 6, 2024
1 parent 829940d commit 440e197
Show file tree
Hide file tree
Showing 2 changed files with 518 additions and 200 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "2.0.0",
"license": "MIT",
"main": "dist/antd-weekly-calendar.umd.js",
"module": "dist/antd-weekly-calendar.es.js",
Expand All @@ -17,7 +17,7 @@
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "tsc && vite build ",
"serve": "vite preview",
"test": "vitest",
"lint": "eslint . --ext .ts,.tsx",
Expand Down Expand Up @@ -90,13 +90,11 @@
"storybook": "^8.2.9",
"typescript": "^5.5.4",
"vite": "^4.0.0",
"vite-plugin-dts": "^4.0.3",
"vitest": "^0.32.2"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended",
"plugin:storybook/recommended",
"plugin:storybook/recommended",
"plugin:storybook/recommended"
]
}
Expand Down
Loading

0 comments on commit 440e197

Please sign in to comment.