We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0492a60 + 4e2fd09 commit a04774fCopy full SHA for a04774f
.circleci/config.yml
@@ -16,7 +16,7 @@ jobs:
16
paths:
17
- node_modules
18
- run: npm test
19
- - run: npm run build
+ - run: npm run build
20
- persist_to_workspace:
21
root: .
22
package.json
@@ -31,7 +31,7 @@
31
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
32
"test": "npm run lint && npm run jest"
33
},
34
- "version": "1000.13.5",
+ "version": "1000.13.6",
35
"dependencies": {
36
"auth0-js": "^6.8.4",
37
"config": "^3.2.0",
0 commit comments