Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Jul 27, 2019
1 parent 6804848 commit c231996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/gatsby-theme-material-ui-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
"main": "index.js",
"scripts": {},
"dependencies": {
"gatsby-theme-material-ui": "^1.0.0",
"nprogress": "^0.2.0"
},
"peerDependencies": {
"gatsby-theme-material-ui": "^1.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"gatsby-theme-material-ui": "^1.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
Expand Down
4 changes: 0 additions & 4 deletions www/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ module.exports = {
resolve: `gatsby-theme-material-ui-layout`,
options: {},
},
{
resolve: `gatsby-theme-material-ui-layout`,
options: {},
},
{
resolve: `gatsby-theme-netlify-cms`,
options: {},
Expand Down

0 comments on commit c231996

Please sign in to comment.