Skip to content

Commit

Permalink
test: v0.4.1-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsduf0503 committed May 29, 2023
1 parent a29601d commit a0fc39b
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-alpha",
"version": "0.4.1-alpha1",
"description": "Image src based retro typography with scattering animation",
"private": false,
"files": [
Expand Down Expand Up @@ -47,7 +47,7 @@
"clean:outDir": "rimraf build",
"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",
"publish:npm-outDir": "yarn tsc-build:outDir && yarn publish build/",
"storybook": "storybook dev",
"build-storybook": "storybook build",
"format": "prettier --write --cache .",
Expand Down

0 comments on commit a0fc39b

Please sign in to comment.