Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bateman001 committed Dec 11, 2024
1 parent e2a1694 commit e090d31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
name: Authenticate with registry
command: |
echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > .npmrc
echo "@fullstory:registry=https://npm.pkg.github.com/" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=$github_TOKEN" >> .npmrc
- run:
name: List all files
command: ls -al
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.16-alpha",
"version": "0.1.17-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 e090d31

Please sign in to comment.