Skip to content

Commit b4bc46f

Browse files
committed
docs: add package installation instructions
1 parent a95f4dc commit b4bc46f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,12 @@
99

1010
WIP
1111

12-
<!-- Using npm / yarn / pnpm:
12+
Using npm:
1313

1414
```console
1515
npm install --save-dev rollup-plugin-custom-import
1616
```
1717

18-
```console
19-
yarn add --dev rollup-plugin-custom-import
20-
```
21-
22-
```console
23-
pnpm add --save-dev rollup-plugin-custom-import
24-
``` -->
25-
2618
## Usage
2719

2820
Create a `rollup.config.js` [configuration file](https://www.rollupjs.org/command-line-interface/#configuration-files) and import the plugin:

0 commit comments

Comments
 (0)