Skip to content

Commit cde2877

Browse files
committed
fix: update index.html title and description; enhance package.json keywords
1 parent 139d01c commit cde2877

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

apps/demo/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>ProtoEffects Demo</title>
6+
<meta name="description" content="Zero-wrapper React effects. Gradient borders and glow without extra divs." />
7+
<title>Protohiro Effects – Zero Wrapper React Effects</title>
78
</head>
89
<body>
910
<div id="root"></div>

packages/react/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,19 @@
1818
},
1919
"keywords": [
2020
"protoeffects",
21+
"protohiro",
2122
"react",
2223
"hooks",
2324
"css",
24-
"effects"
25+
"effects",
26+
"react-hooks",
27+
"css-effects",
28+
"ui-effects",
29+
"gradient-border",
30+
"glow",
31+
"spotlight",
32+
"noise-overlay",
33+
"design-system"
2534
],
2635
"publishConfig": {
2736
"access": "public"

0 commit comments

Comments
 (0)