Skip to content

hot fixes for 0.8.x #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Nov 6, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump up npm version
  • Loading branch information
sushilshinde committed Nov 1, 2019
commit aa350f53307eb8f3a0ec7876a96195e44ddf5dec
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
- attach_workspace:
at: .
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run: npm publish --access public --tag=test-release
- run: npm publish --tag=test-release

workflows:
version: 2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
],
"license": "UNLICENSED",
"main": "index.js",
"name": "@topcoder-platform/topcoder-react-lib",
"name": "topcoder-react-lib",
"repository": {
"type": "git",
"url": "git+https://github.com/topcoder-platform/topcoder-react-lib.git"
@@ -31,7 +31,7 @@
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
"test": "npm run lint && npm run jest"
},
"version": "1000.2.1",
"version": "1000.2.2",
"dependencies": {
"auth0-js": "^6.8.4",
"config": "^3.2.0",