Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "file-set", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Expands file paths and glob expressions, returning matched and unmatched files and directories", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -13,3 +13,3 @@ [![view on npm](https://badgen.net/npm/v/file-set)](https://www.npmjs.org/package/file-set) | ||
Expand two glob expressions ('\*' and 'not/existing/\*'). | ||
Expand two glob expressions (`'*'` and `'not/existing/*'`). | ||
@@ -16,0 +16,0 @@ ```js |
Sorry, the diff of this file is not supported yet
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
7891