From cee635295a51399d1183bdc29f827b86cde760b2 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Thu, 11 Jan 2018 19:00:39 -0800 Subject: [PATCH] Publish - gatsby-plugin-styled-jsx@2.0.1 --- packages/gatsby-plugin-styled-jsx/package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-plugin-styled-jsx/package.json b/packages/gatsby-plugin-styled-jsx/package.json index dfffdb01216e4..fb027fa83c85d 100644 --- a/packages/gatsby-plugin-styled-jsx/package.json +++ b/packages/gatsby-plugin-styled-jsx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-styled-jsx", - "version": "2.0.0", + "version": "2.0.1", "description": "Adds SSR support for styled-jsx", "author": "Tim Suchanek ", "main": "index.js", @@ -9,7 +9,10 @@ "watch": "babel -w src --out-dir . --ignore __tests__", "prepublish": "cross-env NODE_ENV=production npm run build" }, - "keywords": ["gatsby", "styled-jsx"], + "keywords": [ + "gatsby", + "styled-jsx" + ], "license": "MIT", "dependencies": { "babel-runtime": "^6.26.0"