[rpc-client] rework package so it works after building.. still needs research

This commit is contained in:
41666 2019-04-16 06:41:23 -05:00
parent a5f2b328d3
commit c706f25214
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
5 changed files with 18 additions and 4 deletions

View file

@ -0,0 +1 @@
/*.js

View file

@ -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"