Skip to content

Commit

Permalink
v0.0.204
Browse files Browse the repository at this point in the history
  • Loading branch information
spiderman authored and spiderman committed Nov 26, 2024
1 parent 1d24b94 commit 94346e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/remult-uikit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remult-uikit",
"version": "0.0.203",
"version": "0.0.204",
"type": "module",
"publishConfig": {
"access": "public",
Expand All @@ -13,7 +13,7 @@
"build:watch": "tsc && vite build -w",
"preview": "vite preview",
"publishme": "rm -rf dist && yarn build && yarn version --patch && yarn copy:files && yarn publish dist --non-interactive && git push && git push --tags",
"copy:files": "cp package.json dist/src && cp README.md dist/src"
"copy:files": "cp package.json dist && cp README.md dist"
},
"devDependencies": {
"@types/react": "^18.3.12",
Expand Down

0 comments on commit 94346e8

Please sign in to comment.