From 28002555f8d5ee88cf91f4b8e5f5bc5fd3cc85cc Mon Sep 17 00:00:00 2001 From: Garrett B Date: Tue, 27 Aug 2019 10:30:06 -0700 Subject: [PATCH] Update Lerna URL in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9527dfeadac..b6fa7718a6c 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ then [check out the "help wanted" label](https://github.com/palantir/blueprint/l ## Development -[Lerna](https://lernajs.io/) manages inter-package dependencies in this monorepo. +[Lerna](https://lerna.js.org/) manages inter-package dependencies in this monorepo. Builds are orchestrated via `lerna run` and NPM scripts. __Prerequisites__: Node.js v8+, Yarn v1.10+