Skip to content

Commit

Permalink
Merge branch 'master' into chooser
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/pages/chooser.js
  • Loading branch information
pradel committed Jun 22, 2017
2 parents 05dfdcb + 027c96e commit ffc54b0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.9.0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ $ yarn install
```sh
$ gatsby develop
```

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"devDependencies": {
"@types/node": "^8.0.1",
"@types/react-router": "^4.0.11",
"lint-staged": "^4.0.0",
"postcss-discard-comments": "^2.0.4",
"prettier": "^1.4.4",
"tslint": "^5.4.3",
Expand Down
2 changes: 1 addition & 1 deletion plugins/styled-jsx-plugin/gatsby-ssr.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
exports.onRenderBody = ({setHeadComponents}, pluginOptions) => {
if (process.env.NODE_ENV === `production`) {
const flush = require('styled-jsx-postcss/server')
const flush = require('styled-jsx-postcss/server').default
const css = flush()
setHeadComponents([css])
}
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
},
"exclude": [
"node_modules",
"node_modules/**",
"node_modules/gatsby-link/index.d.ts",
"dist",
".cache"
]
Expand Down

0 comments on commit ffc54b0

Please sign in to comment.