Skip to content

Commit a04774f

Browse files
committed
changed test version
2 parents 0492a60 + 4e2fd09 commit a04774f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
paths:
1717
- node_modules
1818
- run: npm test
19-
- run: npm run build
19+
- run: npm run build
2020
- persist_to_workspace:
2121
root: .
2222
paths:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.13.5",
34+
"version": "1000.13.6",
3535
"dependencies": {
3636
"auth0-js": "^6.8.4",
3737
"config": "^3.2.0",

0 commit comments

Comments
 (0)