rehype-minify-meta-content
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -60,4 +60,4 @@ /** | ||
function toNumber(val) { | ||
return Number(val) | ||
function toNumber(value) { | ||
return Number(value) | ||
} |
{ | ||
"name": "rehype-minify-meta-content", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "rehype plugin to minify `content` on `meta` elements", | ||
@@ -9,3 +9,7 @@ "license": "MIT", | ||
"rehype", | ||
"hast", | ||
"rehype-plugin", | ||
"plugin", | ||
"html", | ||
"minify", | ||
"mangle", | ||
"meta", | ||
@@ -16,2 +20,6 @@ "content" | ||
"bugs": "https://github.com/rehypejs/rehype-minify/issues", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -18,0 +26,0 @@ "contributors": [ |
@@ -48,4 +48,4 @@ <!--This file is generated by `build-packages.js`--> | ||
This project has a [Code of Conduct][coc]. | ||
By interacting with this repository, organisation, or community you agree to | ||
This project has a [code of conduct][coc]. | ||
By interacting with this repository, organization, or community you agree to | ||
abide by its terms. | ||
@@ -79,3 +79,3 @@ | ||
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg | ||
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg | ||
@@ -82,0 +82,0 @@ [chat]: https://spectrum.chat/unified/rehype |
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
4943