Skip to content

Commit

Permalink
Merge branch 'release/3.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
julien1619 committed Apr 3, 2019
2 parents a2e579b + 013d487 commit 2d987d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ plugins: [
coast: false,
favicons: true,
firefox: true,
opengraph: false,
twitter: false,
yandex: false,
windows: false
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-favicon",
"version": "3.1.5",
"version": "3.1.6",
"description": "Gatsby plugin to add favicon for all configurations",
"main": "index.js",
"repository": {
Expand All @@ -20,12 +20,12 @@
"homepage": "https://github.com/Creatiwity/gatsby-plugin-favicon#readme",
"readme": "README.md",
"dependencies": {
"favicons-webpack-plugin": "https://github.com/Creatiwity/favicons-webpack-plugin.git#f262255febeeca348bf7ae5cc140e0386c074e2c",
"html-react-parser": "^0.4.6",
"lodash": "^4.17.10"
"favicons-webpack-plugin": "https://github.com/Creatiwity/favicons-webpack-plugin.git#0872de414061baaad0a2853c77ae75bc38b8bbbf",
"html-react-parser": "^0.6.4",
"lodash": "^4.17.11"
},
"peerDependencies": {
"gatsby": ">2.0.0-alpha",
"react": "^16.4.2"
"gatsby": ">=2.0.0",
"react": "^16"
}
}

0 comments on commit 2d987d4

Please sign in to comment.