We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ccefe commit 0ed718eCopy full SHA for 0ed718e
package.json
@@ -30,10 +30,9 @@
30
"jest": "jest --no-cache --maxWorkers=4 --config config/jest/default.js",
31
"lint": "npm run lint:js",
32
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
33
- "test": "npm run lint && npm run jest",
34
- "rimraf": "./node_modules/rimraf/bin.js"
+ "test": "npm run lint && npm run jest"
35
},
36
- "version": "1000.13.3",
+ "version": "1000.13.4",
37
"dependencies": {
38
"auth0-js": "^6.8.4",
39
"config": "^3.2.0",
0 commit comments