gatsby-transformer-javascript-frontmatter
Advanced tools
Comparing version 1.1.0-alpha.84bd71b4 to 1.1.0-alpha.95fcd4af
@@ -1,3 +0,7 @@ | ||
var _asyncToGenerator = require("@babel/runtime/helpers/asyncToGenerator"); | ||
"use strict"; | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator")); | ||
const _ = require(`lodash`); | ||
@@ -16,3 +20,3 @@ | ||
function _onCreateNode() { | ||
_onCreateNode = _asyncToGenerator(function* ({ | ||
_onCreateNode = (0, _asyncToGenerator2.default)(function* ({ | ||
node, | ||
@@ -19,0 +23,0 @@ getNode, |
{ | ||
"name": "gatsby-transformer-javascript-frontmatter", | ||
"description": "Gatsby transformer plugin for JavaScript to extract exports.frontmatter statically.", | ||
"version": "1.1.0-alpha.84bd71b4", | ||
"version": "1.1.0-alpha.95fcd4af", | ||
"author": "Jacob Bolda <me@jacobbolda.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
7556
113