Skip to content

Commit e3a4ad0

Browse files
committed
Add badges to README.md
1 parent 72e6108 commit e3a4ad0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<p align="center">
2+
3+
![NPM Version](https://img.shields.io/npm/v/rollup-plugin-node-externals?label=latest)
4+
![Static Badge](https://img.shields.io/badge/Rollup-%3E%3D4.0.0-orange)
5+
![Static Badge](https://img.shields.io/badge/Vite-%3E%3D5.0.0-purple)
6+
![NPM Downloads](https://img.shields.io/npm/dm/rollup-plugin-node-externals)
7+
![NPM License](https://img.shields.io/npm/l/rollup-plugin-node-externals)
8+
9+
</p>
10+
111
# rollup-plugin-node-externals
212
A Rollup/Vite plugin that automatically declares NodeJS built-in modules as `external`. Also handles npm dependencies, devDependencies, peerDependencies and optionalDependencies.
313

0 commit comments

Comments
 (0)