working on validate token on componentDidMount
This commit is contained in:
parent
978a1cea6a
commit
4be0a56b60
@ -23,6 +23,9 @@
|
|||||||
"predeploy": "cd example && yarn install && yarn run build",
|
"predeploy": "cd example && yarn install && yarn run build",
|
||||||
"deploy": "gh-pages -d example/build"
|
"deploy": "gh-pages -d example/build"
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"base-context-provider": "https://git.cubetiqs.com/vutpov/base-context-provider.git"
|
||||||
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^16.0.0",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^16.0.0"
|
"react-dom": "^16.0.0"
|
||||||
@ -54,8 +57,7 @@
|
|||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"prettier": "^2.0.4",
|
"prettier": "^2.0.4",
|
||||||
"react-scripts": "^3.4.1",
|
"react-scripts": "^3.4.1",
|
||||||
"typescript": "^3.7.5",
|
"typescript": "^3.7.5"
|
||||||
"base-context-provider": "https://git.cubetiqs.com/vutpov/base-context-provider.git"
|
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
Loading…
Reference in New Issue
Block a user