[rpc-client] use src->lib pattern, i guess i see why people do it.

This commit is contained in:
41666 2019-04-16 08:50:09 -05:00
parent c706f25214
commit e86f7ff68e
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
10 changed files with 45 additions and 29 deletions

View file

@ -3,7 +3,7 @@
"name": "@roleypoly/bot",
"version": "2.0.0",
"scripts": {
"build": "babel --delete-dir-on-start -d lib './*.js*'",
"build": "babel --delete-dir-on-start -d lib .",
"dev": "yarn build --watch"
},
"dependencies": {