Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "dirmatch", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Match multiple patterns with all files in directory", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
#dirmatch | ||
# dirmatch | ||
@@ -6,3 +6,3 @@ Match multiple patterns with all files in directory using | ||
##Install | ||
## Install | ||
@@ -13,3 +13,3 @@ ``` | ||
##Usage | ||
## Usage | ||
@@ -25,3 +25,3 @@ ``` | ||
###dirmatch(dir, patterns, [options]) | ||
### dirmatch(dir, patterns, [options]) | ||
@@ -32,3 +32,3 @@ Matches patterns with paths in directory. | ||
####dir | ||
#### dir | ||
@@ -39,3 +39,3 @@ Type: `string` | ||
####patterns | ||
#### patterns | ||
@@ -49,9 +49,9 @@ Type: `array<string>` | ||
####[options] | ||
#### options | ||
Type: `options` | ||
Type: `object` | ||
Options for minimatch. | ||
##License | ||
## License | ||
@@ -58,0 +58,0 @@ Public domain, see the `LICENCE.md` file. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4698