aboutsummaryrefslogtreecommitdiffstats
path: root/lerna.json
diff options
context:
space:
mode:
Diffstat (limited to 'lerna.json')
-rw-r--r--lerna.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/lerna.json b/lerna.json
index 5f975fff9..244d5898e 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,14 +1,10 @@
{
- "lerna": "2.5.1",
+ "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"]
}
},