[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

@ -50,7 +50,7 @@
"enzyme-to-json": "^3.3.5",
"eslint": "^5.16.0",
"eslint-plugin-flowtype": "^3.6.1",
"flow-bin": "^0.96.0",
"flow-bin": "^0.97.0",
"flow-mono-cli": "^1.5.0",
"flow-typed": "^2.5.1",
"husky": "^1.3.1",
@ -64,7 +64,7 @@
"react-test-renderer": "^16.8.6",
"standard": "12.0.1",
"styled-components": "^4.2.0",
"stylelint": "^10.0.0",
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.6.0"
@ -80,7 +80,8 @@
],
"ignore": [
"flow-typed/*",
"packages/*/lib/*"
"packages/*/lib/*",
"packages/*/dist/*"
]
}
}