Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored and jastack committed Jan 24, 2018
1 parent 2fba7b4 commit cee6352
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/gatsby-plugin-styled-jsx/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"main": "index.js",
Expand All @@ -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"
Expand Down

0 comments on commit cee6352

Please sign in to comment.