gatsby-remark-autolink-headers
Advanced tools
Comparing version 1.0.0-beta.5-alpha.fb30fcd6 to 1.0.0-beta.6-alpha.320adb17
@@ -23,5 +23,8 @@ "use strict"; | ||
"style", | ||
{ type: "text/css" }, | ||
{ key: "gatsby-remark-autolink-headers-style", type: "text/css" }, | ||
styles | ||
), _react2.default.createElement("script", { dangerouslySetInnerHTML: { __html: script } })]); | ||
), _react2.default.createElement("script", { | ||
key: "gatsby-remark-autolink-headers-script", | ||
dangerouslySetInnerHTML: { __html: script } | ||
})]); | ||
}; |
{ | ||
"name": "gatsby-remark-autolink-headers", | ||
"description": "Gatsby plugin to autolink headers in markdown processed by Remark", | ||
"version": "1.0.0-beta.5-alpha.fb30fcd6", | ||
"version": "1.0.0-beta.6-alpha.320adb17", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
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
5681
92