Common components refactor #1
3 changed files with 1632 additions and 1419 deletions
3049
build/index.js
3049
build/index.js
File diff suppressed because it is too large
Load diff
|
@ -37,6 +37,7 @@
|
|||
"keytar": "^4.0.3",
|
||||
"localforage": "^1.5.0",
|
||||
"npm": "^5.5.1",
|
||||
"proxy-polyfill": "^0.1.7",
|
||||
"qrcode.react": "^0.7.2",
|
||||
"rc-progress": "^2.0.6",
|
||||
"react": "^16.2.0",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import jsonrpc from 'jsonrpc';
|
||||
import 'proxy-polyfill';
|
||||
|
||||
const CHECK_DAEMON_STARTED_TRY_NUMBER = 200;
|
||||
|
||||
|
|
Loading…
Reference in a new issue