gatsby-remark-autolink-headers
Advanced tools
Comparing version 1.4.8 to 1.4.9
{ | ||
"name": "gatsby-remark-autolink-headers", | ||
"description": "Gatsby plugin to autolink headers in markdown processed by Remark", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -17,8 +17,6 @@ # gatsby-remark-autolink-headers | ||
options: { | ||
plugins: [ | ||
`gatsby-remark-autolink-headers`, | ||
] | ||
} | ||
} | ||
plugins: [`gatsby-remark-autolink-headers`], | ||
}, | ||
}, | ||
] | ||
``` |
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
5320
22