gatsby-remark-copy-linked-files
Advanced tools
Comparing version 1.0.0-alpha17 to 1.0.0-alpha19-alpha.81f2510a
@@ -43,6 +43,6 @@ "use strict"; | ||
visitor(link); | ||
}); | ||
} | ||
// Also copy gifs since Sharp can't process them. | ||
visit(markdownAST, `image`, function (image) { | ||
);visit(markdownAST, `image`, function (image) { | ||
if (image.url.slice(-3) === `gif`) { | ||
@@ -49,0 +49,0 @@ visitor(image); |
{ | ||
"name": "gatsby-remark-copy-linked-files", | ||
"description": "Find files which are linked to from markdown and copy them to the public directory", | ||
"version": "1.0.0-alpha17", | ||
"version": "1.0.0-alpha19-alpha.81f2510a", | ||
"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
3730