From 7edc97c23c1e64aaef8f9875209c65f663952bf1 Mon Sep 17 00:00:00 2001 From: Patrick Shields Date: Mon, 8 Feb 2021 12:41:05 -0600 Subject: [PATCH] docs(rollup): mention including the rollup library in devDependencies (in the correct source file this time) --- packages/rollup/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rollup/install.md b/packages/rollup/install.md index 47b40b11d5..669fd67c69 100644 --- a/packages/rollup/install.md +++ b/packages/rollup/install.md @@ -4,7 +4,7 @@ The Rollup rules run the [rollup.js](https://rollupjs.org/) bundler with Bazel. ## Installation -Add the `@bazel/rollup` npm package to your `devDependencies` in `package.json`. +Add the `@bazel/rollup` npm package to your `devDependencies` in `package.json`. (`rollup` itself should also be included in `devDependencies`, unless you plan on providing it via a custom target.) ### Installing with user-managed dependencies