Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "klaw-sync", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Recursive and synchronous file system walker", | ||
@@ -5,0 +5,0 @@ "main": "klaw-sync.js", |
@@ -83,3 +83,3 @@ Node.js: klaw-sync | ||
**ignore `node_modules`, `.git` and all `*.js` files [minimatch](https://github.com/isaacs/minimatch) patterns** | ||
**ignore `node_modules`, `.git` and all `*.js` files using [minimatch](https://github.com/isaacs/minimatch) patterns** | ||
@@ -86,0 +86,0 @@ ```js |
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
7785