forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fba7b4
commit cee6352
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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" | ||
|