We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0826645 commit a52831eCopy full SHA for a52831e
.circleci/config.yml
@@ -28,7 +28,7 @@ jobs:
28
- attach_workspace:
29
at: .
30
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
31
- - run: npm publish
+ - run: npm publish --tag test-release
32
# dont change anything
33
workflows:
34
version: 2
package.json
@@ -31,7 +31,7 @@
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
"test": "npm run lint && npm run jest"
},
- "version": "1000.13.0",
+ "version": "1000.13.1",
35
"dependencies": {
36
"auth0-js": "^6.8.4",
37
"config": "^3.2.0",
0 commit comments