Skip to content

Commit

Permalink
bump w config update
Browse files Browse the repository at this point in the history
  • Loading branch information
bateman001 committed Dec 11, 2024
1 parent e090d31 commit 807dfd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if [ $IS_BETA == "true" ]; then
npm publish --access public --tag beta
elif [ $IS_ALPHA == "true" ]; then
npm publish --tag alpha
npm publish --access public --tag alpha
else
npm publish --access public
fi
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullstory/react-library",
"version": "0.1.17-alpha",
"version": "0.1.18-alpha",
"description": "This component library assists in fullstory set up for react apps",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 807dfd7

Please sign in to comment.