rehype-minify-whitespace
Advanced tools
Comparing version 1.1.0 to 2.0.0
@@ -29,3 +29,3 @@ /** | ||
function collapse(proc, options) { | ||
function collapse(options) { | ||
return transform; | ||
@@ -32,0 +32,0 @@ function transform(tree) { |
{ | ||
"name": "rehype-minify-whitespace", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "Collapse whitespace with rehype", | ||
@@ -30,3 +30,4 @@ "license": "MIT", | ||
"unist-util-modify-children": "^1.0.0" | ||
} | ||
}, | ||
"xo": false | ||
} |
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
4580