Skip to content

Commit

Permalink
docs(rollup): mention including the rollup library in devDependencies…
Browse files Browse the repository at this point in the history
… (in the correct source file this time)
  • Loading branch information
pshields authored and alexeagle committed Feb 9, 2021
1 parent 016b561 commit 7edc97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rollup/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7edc97c

Please sign in to comment.