working on validate token on componentDidMount

This commit is contained in:
Vut Pov 2020-07-22 10:07:40 +07:00
parent 978a1cea6a
commit 4be0a56b60

View File

@ -23,6 +23,9 @@
"predeploy": "cd example && yarn install && yarn run build",
"deploy": "gh-pages -d example/build"
},
"dependencies": {
"base-context-provider": "https://git.cubetiqs.com/vutpov/base-context-provider.git"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
@ -54,8 +57,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"react-scripts": "^3.4.1",
"typescript": "^3.7.5",
"base-context-provider": "https://git.cubetiqs.com/vutpov/base-context-provider.git"
"typescript": "^3.7.5"
},
"files": [
"dist"