Skip to content

Commit 3fcc3bc

Browse files
committed
1 parent b29ad95 commit 3fcc3bc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/gatsby-plugin-styled-jsx/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-styled-jsx",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Adds SSR support for styled-jsx",
55
"author": "Tim Suchanek <[email protected]>",
66
"main": "index.js",
@@ -9,7 +9,10 @@
99
"watch": "babel -w src --out-dir . --ignore __tests__",
1010
"prepublish": "cross-env NODE_ENV=production npm run build"
1111
},
12-
"keywords": ["gatsby", "styled-jsx"],
12+
"keywords": [
13+
"gatsby",
14+
"styled-jsx"
15+
],
1316
"license": "MIT",
1417
"dependencies": {
1518
"babel-runtime": "^6.26.0"

0 commit comments

Comments
 (0)