* Pull api-* packages into lerna repo * Bootstrap with hoist * Update jest alias config * Add api-jsonrpc * Pull in jsonrpc * Update badges * Don't hoist, use workspaces * .eslintrc to root * Cleanups, build from root * Shorthand commands * Update to @polkadot/dev 0.9.1 * Update description
15 lines
204 B
JSON
15 lines
204 B
JSON
{
|
|
"lerna": "2.5.1",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"allowBranch": "master"
|
|
}
|
|
},
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "0.5.0"
|
|
}
|