rehype-class-names
Advanced tools
Comparing version 1.0.2 to 1.0.3
import { selectAll } from "hast-util-select"; | ||
import { Element, Node, Properties } from "hast-util-select/lib/types"; | ||
import { Node, Properties } from "hast-util-select/lib/types"; | ||
@@ -4,0 +4,0 @@ type Property = |
{ | ||
"name": "rehype-class-names", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A utility plugin to use with rehype that adds class names to HAST (html tree)", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
@@ -10,2 +10,3 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"type": "module", | ||
"module": "index.ts", | ||
"repository": { | ||
@@ -12,0 +13,0 @@ "type": "git", |
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
15272