@clevercanyon/micromatch.fork
Advanced tools
Comparing version 4.0.15 to 4.0.16
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "4.0.15", | ||
"version": "4.0.16", | ||
"license": "MIT", | ||
@@ -39,4 +39,4 @@ "name": "@clevercanyon/micromatch.fork", | ||
"dependencies": { | ||
"braces": "npm:@clevercanyon/braces.fork@^3.0.11", | ||
"picomatch": "npm:@clevercanyon/picomatch.fork@^2.3.10" | ||
"braces": "npm:@clevercanyon/braces.fork@^3.0.12", | ||
"picomatch": "npm:@clevercanyon/picomatch.fork@^2.3.11" | ||
}, | ||
@@ -48,3 +48,3 @@ "peerDependencies": {}, | ||
"devDependencies": { | ||
"@clevercanyon/skeleton-dev-deps": "^1.0.99" | ||
"@clevercanyon/skeleton-dev-deps": "^1.0.100" | ||
}, | ||
@@ -51,0 +51,0 @@ "overrides": {}, |
@@ -1,3 +0,3 @@ | ||
## Micromatch | ||
# @clevercanyon/micromatch.fork | ||
This is a fork of the original [micromatch](https://www.npmjs.com/package/micromatch) on NPM. This fork has been modified to remove reliance on Node built-ins, such as: `util`, `path`, `process`. The benchmarks, tests, and other dev-related files have been removed, putting the entire focus on source code, and making it easier to keep this repo in sync with upstream changes. | ||
This is a fork of the original [micromatch](https://www.npmjs.com/package/micromatch) on NPM. This fork has been modified to remove reliance on Node built-ins, such as: `util`, `path`, `process`. |
16867