Files
protocol/lerna.json
Leonid Logvinov 855b6b1dc5 Updated CHANGELOGS
2018-07-23 16:58:40 +02:00

14 lines
347 B
JSON

{
"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
}