Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit d8c4611

Browse files
committed
feat(README): add npm version and downloads badges
This commit adds two badges to the README file: one for the npm version and one for the npm downloads. These badges provide quick access to the package's npm page and indicate its popularity.
1 parent 171eb38 commit d8c4611

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# svelte-preprocess-css-modules
22

3+
[![npm version](https://img.shields.io/npm/v/svelte-preprocess-css-modules?color=yellow)](https://npmjs.com/package/svelte-preprocess-css-modules)
4+
[![npm downloads](https://img.shields.io/npm/dm/svelte-preprocess-css-modules?color=yellow)](https://npmjs.com/package/svelte-preprocess-css-modules)
5+
36
Successor of [svelte-preprocess-cssmodules](https://github.com/micantoine/svelte-preprocess-cssmodules)
47

58
## Installation

0 commit comments

Comments
 (0)