diff --git a/.circleci/config.yml b/.circleci/config.yml index e1f3acd..5eaea14 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index f10d6b1..9697527 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fullstory/react-library", - "version": "0.1.16-alpha", + "version": "0.1.17-alpha", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fullstory/react-library", - "version": "0.1.16-alpha", + "version": "0.1.17-alpha", "license": "MIT", "dependencies": { "@fullstory/browser": "^2.0.5" diff --git a/package.json b/package.json index 786a9f4..173fa99 100644 --- a/package.json +++ b/package.json @@ -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",