gatsby-plugin-typography
Advanced tools
Comparing version 1.8.0-alpha.22c8a6f1 to 1.8.0-alpha.76b32701
{ | ||
"name": "gatsby-plugin-typography", | ||
"version": "1.8.0-alpha.22c8a6f1", | ||
"version": "1.8.0-alpha.76b32701", | ||
"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" | ||
} | ||
} |
3352
1
Updatedbabel-runtime@^6.26.0