Skip to content

Commit

Permalink
feat(gatsby-plugin-image): add keywords to package.json so it shows u…
Browse files Browse the repository at this point in the history
…p in the plugin search (#28577)
  • Loading branch information
KyleAMathews authored Dec 10, 2020
1 parent ad65656 commit 6297917
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"clean": "del-cli dist/*"
},
"sideEffects": false,
"keywords": [
"gatsby",
"gatsby-plugin"
],
"main": "dist/gatsby-image.js",
"module": "dist/gatsby-image.module.js",
"esmodule": "dist/gatsby-image.modern.js",
Expand Down

0 comments on commit 6297917

Please sign in to comment.