mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
temp commit
This commit is contained in:
parent
e86f7ff68e
commit
6fb39d6c4d
22 changed files with 282 additions and 39 deletions
|
@ -7,7 +7,7 @@
|
|||
"dev": "yarn build --watch",
|
||||
"postinstall": "test -d lib || npm run build"
|
||||
},
|
||||
"types": "src/",
|
||||
"types": "src/index.js",
|
||||
"main": "lib/index.js",
|
||||
"files": ["lib"],
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
// @flow
|
||||
import superagent from 'superagent'
|
||||
import RPCError from './error'
|
||||
import RPCError from './error.js'
|
||||
import retry from 'async-retry'
|
||||
|
||||
export { RPCError }
|
||||
|
||||
export type RPCResponse = {
|
||||
response?: mixed,
|
||||
hash?: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue