diff options
Diffstat (limited to 'lerna.json')
-rw-r--r-- | lerna.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lerna.json b/lerna.json index 244d5898e..e2147be85 100644 --- a/lerna.json +++ b/lerna.json @@ -1,11 +1,10 @@ { - "lerna": "3.0.0-beta.14", + "lerna": "3.0.0-beta.23", "packages": ["packages/*"], "version": "independent", - "commands": { + "command": { "publish": { - "registry": "http://localhost:4873/", - "ignore": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"] + "ignoreChanges": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"] } }, "npmClient": "yarn", |