gatsby-transformer-javascript-frontmatter
Advanced tools
Comparing version 1.1.0-alpha.2 to 1.1.0-alpha.3
@@ -25,3 +25,3 @@ var _asyncToGenerator = require("@babel/runtime/helpers/asyncToGenerator"); | ||
if (node.internal.mediaType !== `application/javascript`) { | ||
if (node.internal.mediaType !== `application/javascript` && node.internal.mediaType !== `text/jsx`) { | ||
return; | ||
@@ -28,0 +28,0 @@ } |
{ | ||
"name": "gatsby-transformer-javascript-frontmatter", | ||
"description": "Gatsby transformer plugin for JavaScript to extract exports.frontmatter statically.", | ||
"version": "1.1.0-alpha.2", | ||
"version": "1.1.0-alpha.3", | ||
"author": "Jacob Bolda <me@jacobbolda.com>", | ||
@@ -6,0 +6,0 @@ "bugs": { |
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
7496