Skip to content

Commit f0c42ac

Browse files
author
DoubleU23
authored
Update README.md
added badges (david-dm + snyk)
1 parent fd7c7d2 commit f0c42ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# readdir-loader
22
> load all files in given dir
33
4+
[![dependencies Status](https://david-dm.org/doubleu23/readdir-loader/status.svg)](https://david-dm.org/doubleu23/readdir-loader)
5+
[![devDependencies Status](https://david-dm.org/doubleu23/readdir-loader/dev-status.svg)](https://david-dm.org/doubleu23/readdir-loader?type=dev)
6+
[![Known Vulnerabilities](https://snyk.io/test/github/doubleu23/readdir-loader/badge.svg)](https://snyk.io/test/github/doubleu23/readdir-loader)
7+
48
### basic information
59
* webpack loader
610
* read dir's content via 'dive' pckg
@@ -40,4 +44,4 @@ webpack-loaders are limited to targeting files
4044
### to be done
4145
* `npm publish`
4246
* optimize options
43-
* tests
47+
* tests

0 commit comments

Comments
 (0)