blob: 16501fcb0d92eb46dd8ab9c1edecfcb8e5b90a71 (
plain) (
tree)
|
|
{
"lerna": "3.0.0-beta.14",
"packages": ["packages/*"],
"version": "independent",
"commands": {
"publish": {
"registry": "http://localhost:4873/",
"ignore": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"]
}
},
"npmClient": "yarn",
"useWorkspaces": true,
"registry": "http://localhost:4873"
}
|