diff options
Diffstat (limited to 'lerna.json')
-rw-r--r-- | lerna.json | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lerna.json b/lerna.json index 39905618d..e2147be85 100644 --- a/lerna.json +++ b/lerna.json @@ -1,15 +1,10 @@ { - "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"] + "ignoreChanges": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"] } }, "npmClient": "yarn", |