Skip to content

Commit 6670040

Browse files
committed
add proper keyword to be added to the Plugin Library
1 parent c1f6751 commit 6670040

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-kentico-cloud",
33
"description": "Gatsby source plugin for Kentico Cloud",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/Kentico/gatsby-source-kentico-cloud"
@@ -10,12 +10,13 @@
1010
"private": false,
1111
"license": "MIT",
1212
"keywords": [
13-
"Gatsby",
1413
"kentico-cloud",
1514
"gatsby-source-plugin",
1615
"Kentico",
1716
"Kentico Cloud",
18-
"GatsbyJS"
17+
"GatsbyJS",
18+
"gatsby",
19+
"gatsby-plugin"
1920
],
2021
"engines": {
2122
"node": ">=10.0.0"

0 commit comments

Comments
 (0)