gatsby-remark-autolink-headers
Advanced tools
Comparing version 1.0.0-alpha16-alpha.0e39282b to 1.0.0-alpha16-alpha.102adc51
@@ -17,3 +17,3 @@ "use strict"; | ||
exports.clientEntry = function (args, pluginOptions) { | ||
exports.onClientEntry = function (args, pluginOptions) { | ||
var offsetY = 0; | ||
@@ -20,0 +20,0 @@ if (pluginOptions.offsetY) { |
@@ -9,3 +9,3 @@ "use strict"; | ||
exports.modifyHeadComponents = function (args, pluginOptions) { | ||
exports.createHeadComponents = function (args, pluginOptions) { | ||
var offsetY = 0; | ||
@@ -12,0 +12,0 @@ if (pluginOptions.offsetY) { |
{ | ||
"name": "gatsby-remark-autolink-headers", | ||
"description": "Gatsby plugin to autolink headers in markdown processed by Remark", | ||
"version": "1.0.0-alpha16-alpha.0e39282b", | ||
"version": "1.0.0-alpha16-alpha.102adc51", | ||
"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
5462