Skip to content

Commit

Permalink
test: v0.4.1-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsduf0503 committed May 29, 2023
1 parent dcbfc97 commit 62f51c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
npm config set '//registry.npmjs.org/:_authToken' ${{ secrets.NPM_AUTH_TOKEN }}
yarn config set access public
npm config set access public
- run: |
sed -i "s|CHROMATIC_HOMEPAGE|${{ steps.chromatic.outputs.storybookUrl }}|" package.json
- run: yarn publish:npm-outDir
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-scatter-graphy",
"version": "0.4.1-alpha3",
"version": "0.4.1-alpha4",
"description": "Image src based retro typography with scattering animation",
"private": false,
"files": [
"dist"
],
"main": "./dist/react-scatter-graphy.umd.js",
"module": "./dist/react-scatter-graphy.es.js",
"types": "./dist/index.d.ts",
"main": "dist/react-scatter-graphy.umd.js",
"module": "dist/react-scatter-graphy.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/react-scatter-graphy.es.js",
Expand Down

0 comments on commit 62f51c4

Please sign in to comment.