From 9cd5c2ddfc47d8b9ff980ef92943de8fed1a4e98 Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Mon, 17 Sep 2018 15:01:15 +0100 Subject: [PATCH] adding lerna --- lerna.json | 6 ++++++ package.json | 1 + 2 files changed, 7 insertions(+) create mode 100644 lerna.json diff --git a/lerna.json b/lerna.json new file mode 100644 index 000000000..d6707ca0c --- /dev/null +++ b/lerna.json @@ -0,0 +1,6 @@ +{ + "packages": [ + "packages/*" + ], + "version": "0.0.0" +} diff --git a/package.json b/package.json index 12c7fa541..2616a16e6 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,7 @@ "generate-changelog": "^1.7.0", "graceful-fs": "4.1.9", "http2": "^3.3.6", + "lerna": "^3.4.0", "lodash-cli": "4.17.5", "mocha": "5.2.0", "prettier": "^1.9.2",