gatsby-transformer-javascript-frontmatter
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "gatsby-transformer-javascript-frontmatter", | ||
"description": "Gatsby transformer plugin for JavaScript to extract exports.frontmatter statically.", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"author": "Jacob Bolda <me@jacobbolda.com>", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -11,5 +11,9 @@ # gatsby-transformer-javascript-frontmatter | ||
To use this plugin you also need [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem) installed. | ||
```javascript | ||
// In your gatsby-config.js | ||
plugins: [`gatsby-transformer-javascript-frontmatter`]; | ||
module.exports = { | ||
plugins: [`gatsby-transformer-javascript-frontmatter`] | ||
} | ||
``` | ||
@@ -16,0 +20,0 @@ |
9639
118