Skip to content

Commit

Permalink
Update using css modules example for Gatsby v2 (#5736)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkwiecinski authored and m-allanson committed Jun 6, 2018
1 parent 79a5f01 commit 0d2740c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/using-css-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"description": "Gatsby example site demonstrating using css modules in Gatsby with normal (Postcss) css and sass/scss.",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"gatsby": "canary",
"gatsby-plugin-sass": "canary",
"react": "^16.2.0",
"react-dom": "^16.2.0"
"gatsby": "next",
"gatsby-plugin-sass": "next",
"node-sass": "^4.9.0",
"react": "^16.4.0",
"react-dom": "^16.4.0"
},
"license": "MIT",
"main": "n/a",
Expand Down

0 comments on commit 0d2740c

Please sign in to comment.