Skip to content

Commit

Permalink
test: v0.4.1-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsduf0503 committed May 29, 2023
1 parent 62f51c4 commit a838991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scatter-graphy",
"version": "0.4.1-alpha4",
"version": "0.4.1-alpha5",
"description": "Image src based retro typography with scattering animation",
"private": false,
"files": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"tsc-build": "yarn clean && yarn build && yarn copy-files",
"publish:npm": "yarn tsc-build && yarn publish",
"build:outDir": "tsc && vite build --outDir build",
"clean:outDir": "npm cache clean --force && rimraf build",
"clean:outDir": "npm cache clean --force && rimraf build && rimraf dist",
"copy-files:outDir": "copyfiles README.md build",
"tsc-build:outDir": "yarn clean:outDir && yarn build:outDir && yarn copy-files:outDir",
"publish:npm-outDir": "yarn tsc-build:outDir && yarn publish",
Expand Down

0 comments on commit a838991

Please sign in to comment.