Skip to content

Commit 5b3ba63

Browse files
committed
fix: replaced keyword spaces with hyphens and lowercase letters only
1 parent 6eab596 commit 5b3ba63

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

package.json

+10-11
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@
33
"version": "1.7.3",
44
"description": "Integrates OpenAI's API into web applications, offering easy access to AI-driven features via a JavaScript object interface and HTML5 attributes.",
55
"keywords": [
6-
"OpenAI",
6+
"openai",
77
"cocreate",
88
"low-code-framework",
9-
"AI integration",
10-
"web applications",
11-
"JavaScript API",
12-
"HTML5 attributes",
13-
"AI-driven features",
14-
"machine learning",
15-
"natural language processing",
16-
"image generation",
17-
"deep learning",
9+
"ai-integration",
10+
"web-applications",
11+
"javascript-api",
12+
"html5-attributes",
13+
"ai-driven-features",
14+
"machine-learning",
15+
"natural-language-processing",
16+
"image-generation",
17+
"deep-learning",
1818
"cocreate-framework",
19-
"low-code",
2019
"html5-framework",
2120
"javascript-framework"
2221
],

0 commit comments

Comments
 (0)