diff options
Diffstat (limited to 'lerna.json')
-rw-r--r-- | lerna.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lerna.json b/lerna.json index e733ef577..e2147be85 100644 --- a/lerna.json +++ b/lerna.json @@ -4,11 +4,9 @@ "version": "independent", "command": { "publish": { - "registry": "http://localhost:4873/", "ignoreChanges": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"] } }, "npmClient": "yarn", - "useWorkspaces": true, - "registry": "http://localhost:4873" + "useWorkspaces": true } |