mirror of
https://github.com/embarklabs/subspace.git
synced 2025-01-20 19:39:30 +00:00
f62e3fc907
* Lerna * React components extracted to separate package * Subspace requires a web3 object instead of a provider due to https://github.com/ethereum/web3.js/issues/1510 * Update react example to use components
10 lines
144 B
JSON
10 lines
144 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "0.0.0",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"nohoist": ["packages/react"]
|
|
}
|