rehype-class-names
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "rehype-class-names", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A utility plugin to use with rehype that adds class names to HAST (html tree)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -15,4 +15,7 @@ { | ||
/* Language and Environment */ | ||
"target": "es2017" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, | ||
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ | ||
"target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, | ||
"lib": [ | ||
"es2016", | ||
"ES2017.Object" | ||
] /* Specify a set of bundled library declaration files that describe the target runtime environment. */, | ||
// "jsx": "preserve", /* Specify what JSX code is generated. */ | ||
@@ -19,0 +22,0 @@ // "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */ |
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
15990
154