Skip to content

Commit

Permalink
Merge pull request #5 from kaleabmelkie/gatsby-v5
Browse files Browse the repository at this point in the history
Support Gatsby v5
  • Loading branch information
kaleabmelkie authored Jan 21, 2024
2 parents 77a5439 + e0d9159 commit 2a0e56f
Show file tree
Hide file tree
Showing 3 changed files with 10,527 additions and 31 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ Gatsby plugin to source Gravatar URLs from emails.
## Install

```bash
yarn add gatsby-source-gravatar
pnpm add gatsby-source gravatar

# Or:
npm install gatsby-source-gravatar

# npm install --save gatsby-source-gravatar
# Or:
yarn add gatsby-source-gravatar
```

## How to Configure
Expand Down Expand Up @@ -109,4 +113,4 @@ Read up on [this article](https://medium.com/swlh/optimizing-gravatars-in-gatsby

Made with ♥ in Addis Ababa.

[MIT License](LICENSE) © 2020-2021 [Kaleab S. Melkie](https://kaleabmelkie.com/).
[MIT License](LICENSE) © 2020-2024 [Kaleab S. Melkie](https://kaleabmelkie.com/).
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"husky:install": "husky install"
},
"peerDependencies": {
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0"
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"md5": "^2.3.0"
},
"devDependencies": {
"husky": "^7.0.4",
"prettier": "^2.4.1"
"husky": "^8.0.3",
"prettier": "^3.2.4"
},
"prettier": {
"semi": false,
Expand Down
Loading

0 comments on commit 2a0e56f

Please sign in to comment.