We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e2fd09 + a04774f commit 091309bCopy full SHA for 091309b
package.json
@@ -21,7 +21,6 @@
21
"url": "git+https://github.com/topcoder-platform/topcoder-react-lib.git"
22
},
23
"scripts": {
24
- "prepare": "npm run build",
25
"build": "npm run clean && npm run build:dev && npm run build:prod",
26
"build:dev": "./node_modules/.bin/webpack --env=development --progress --profile --colors --display-optimization-bailout",
27
"build:dev:watch": "npm run clean && ./node_modules/.bin/webpack --env=development --progress --profile --colors --watch --display-optimization-bailout",
@@ -32,7 +31,7 @@
32
31
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
33
"test": "npm run lint && npm run jest"
34
35
- "version": "1000.13.4",
+ "version": "1000.13.6",
36
"dependencies": {
37
"auth0-js": "^6.8.4",
38
"config": "^3.2.0",
0 commit comments