diff options
Diffstat (limited to 'lerna.json')
-rw-r--r-- | lerna.json | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/lerna.json b/lerna.json index 39905618d..e733ef577 100644 --- a/lerna.json +++ b/lerna.json @@ -1,17 +1,14 @@ { - "lerna": "3.0.0-beta.14", + "lerna": "3.0.0-beta.23", "packages": ["packages/*"], - "commands": { - "publish": { - "allowBranch": "development" - } - }, "version": "independent", - "commands": { + "command": { "publish": { - "ignore": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"] + "registry": "http://localhost:4873/", + "ignoreChanges": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"] } }, "npmClient": "yarn", - "useWorkspaces": true + "useWorkspaces": true, + "registry": "http://localhost:4873" } |