mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
[rpc-client] rework package so it works after building.. still needs research
This commit is contained in:
parent
a5f2b328d3
commit
c706f25214
5 changed files with 18 additions and 4 deletions
1
packages/roleypoly-rpc-client/.gitignore
vendored
Normal file
1
packages/roleypoly-rpc-client/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/*.js
|
|
@ -3,12 +3,11 @@
|
|||
"name": "@roleypoly/rpc-client",
|
||||
"version": "2.0.0",
|
||||
"scripts": {
|
||||
"postinstall": "yarn build",
|
||||
"build": "babel --delete-dir-on-start -d lib .",
|
||||
"build": "babel -d . src",
|
||||
"dev": "yarn build --watch"
|
||||
},
|
||||
"types": ".",
|
||||
"main": "./lib/index.js",
|
||||
"types": "src/",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"async-retry": "^1.2.3",
|
||||
"superagent": "^5.0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue