gatsby-plugin-typography
Advanced tools
Comparing version 1.8.0-alpha.22c8a6f1 to 1.8.0-alpha.3f307d61
@@ -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.22c8a6f1", | ||
"version": "1.8.0-alpha.3f307d61", | ||
"description": "Gatsby plugin to setup server rendering of Typography.js' CSS", | ||
"main": "index.js", | ||
"dependencies": { | ||
"babel-runtime": "6.26.0", | ||
"babel-runtime": "^6.26.0", | ||
"react-typography": "^0.16.1", | ||
@@ -13,3 +13,4 @@ "typography": "^0.16.0" | ||
"build": "babel src --out-dir . --ignore __tests__", | ||
"watch": "babel -w src --out-dir . --ignore __tests__" | ||
"watch": "babel -w src --out-dir . --ignore __tests__", | ||
"prepublish": "cross-env NODE_ENV=production npm run build" | ||
}, | ||
@@ -23,3 +24,6 @@ "keywords": [ | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"cross-env": "^5.0.5" | ||
} | ||
} |
2842
1
7
40
Updatedbabel-runtime@^6.26.0