22 lines
448 B
JSON
22 lines
448 B
JSON
|
{
|
||
|
"lerna": "2.0.0-rc.4",
|
||
|
"version": "independent",
|
||
|
"npmClient": "yarn",
|
||
|
"packages": [
|
||
|
"packages/*"
|
||
|
],
|
||
|
"commands": {
|
||
|
"publish": {
|
||
|
"ignore": [
|
||
|
"babel-preset-joyent-portal",
|
||
|
"joyent-portal-cloudapi-gql",
|
||
|
"docker-compose-client",
|
||
|
"eslint-config-joyent-portal",
|
||
|
"joyent-portal-gql-cp-schema",
|
||
|
"joyent-portal-rdb-bootstrap",
|
||
|
"joyent-portal-ui-toolkit"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|