aboutsummaryrefslogtreecommitdiffstats
path: root/lerna.json
diff options
context:
space:
mode:
Diffstat (limited to 'lerna.json')
-rw-r--r--lerna.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/lerna.json b/lerna.json
index 39905618d..244d5898e 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,14 +1,10 @@
{
"lerna": "3.0.0-beta.14",
"packages": ["packages/*"],
- "commands": {
- "publish": {
- "allowBranch": "development"
- }
- },
"version": "independent",
"commands": {
"publish": {
+ "registry": "http://localhost:4873/",
"ignore": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"]
}
},