gatsby-plugin-typography
Advanced tools
Comparing version 1.8.0-alpha.76b32701 to 1.8.0-alpha.8c822451
@@ -5,8 +5,7 @@ "use strict"; | ||
var path = require("path"); | ||
var os = require("os" | ||
var os = require("os"); | ||
// Write out a typography module to .cache. | ||
// TODO add a new API hook e.g onPreBootstrap | ||
);exports.sourceNodes = function (_ref, pluginOptions) { | ||
exports.onPreBootstrap = function (_ref, pluginOptions) { | ||
var store = _ref.store; | ||
@@ -13,0 +12,0 @@ |
{ | ||
"name": "gatsby-plugin-typography", | ||
"version": "1.8.0-alpha.76b32701", | ||
"version": "1.8.0-alpha.8c822451", | ||
"description": "Gatsby plugin to setup server rendering of Typography.js' CSS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2842
7
40