mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
[rpc-client] use src->lib pattern, i guess i see why people do it.
This commit is contained in:
parent
c706f25214
commit
e86f7ff68e
10 changed files with 45 additions and 29 deletions
|
@ -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/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue