Skip to content

Commit aa350f5

Browse files
committed
bump up npm version
1 parent 47e1ef9 commit aa350f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- attach_workspace:
2929
at: .
3030
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
31-
- run: npm publish --access public --tag=test-release
31+
- run: npm publish --tag=test-release
3232

3333
workflows:
3434
version: 2

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"license": "UNLICENSED",
1717
"main": "index.js",
18-
"name": "@topcoder-platform/topcoder-react-lib",
18+
"name": "topcoder-react-lib",
1919
"repository": {
2020
"type": "git",
2121
"url": "git+https://github.com/topcoder-platform/topcoder-react-lib.git"
@@ -31,7 +31,7 @@
3131
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
3232
"test": "npm run lint && npm run jest"
3333
},
34-
"version": "1000.2.1",
34+
"version": "1000.2.2",
3535
"dependencies": {
3636
"auth0-js": "^6.8.4",
3737
"config": "^3.2.0",

0 commit comments

Comments
 (0)