Files
trezor-suite/lerna.json
Daniel Suchý df338cf757 chore: move suite types to common package (#5799)
* chore: suite type utils package

* chore: add temporary suite-common/intl-types package

* chore: create wallet-networks-config package

* chore: move SendFormProps to place where its used

* chore: eslint import sort for suite-common packages

* chore: move suite wallet types and constants to common packages

* chore: suite metadata types to common packages

* chore: fix suite tests

* chore: rename wallet-networks-config package to wallet-config

* chore: fix wallet-types connect version
2022-07-28 15:52:38 +02:00

7 lines
164 B
JSON

{
"packages": ["packages/*", "suite-native/*", "suite-common/*", "scripts"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent"
}