Skip to content

Commit 7439cb0

Browse files
committed
Bump jsrepo and include metadata in manifest
1 parent b371dbd commit 7439cb0

File tree

3 files changed

+46
-30
lines changed

3 files changed

+46
-30
lines changed

jsrepo-build-config.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
{
2-
"$schema": "https://unpkg.com/[email protected]/schemas/registry-config.json",
2+
"$schema": "https://unpkg.com/[email protected]/schemas/registry-config.json",
3+
"meta": {
4+
"authors": ["David Haz"],
5+
"description": "An open source collection of animated, interactive & fully customizable React components for building stunning, memorable user interfaces.",
6+
"bugs": "https://github.com/DavidHDev/react-bits/issues",
7+
"homepage": "https://reactbits.dev",
8+
"repository": "https://github.com/DavidHDev/react-bits",
9+
"tags": [
10+
"react",
11+
"javascript",
12+
"components",
13+
"web",
14+
"reactjs",
15+
"css-animations",
16+
"component-library",
17+
"ui-components",
18+
"3d",
19+
"ui-library",
20+
"tailwind",
21+
"tailwindcss",
22+
"components",
23+
"components-library"
24+
]
25+
},
326
"dirs": [],
427
"doNotListBlocks": [],
528
"doNotListCategories": [],

package-lock.json

Lines changed: 21 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-plugin-react": "^7.34.3",
5454
"eslint-plugin-react-hooks": "^4.6.2",
5555
"eslint-plugin-react-refresh": "^0.4.7",
56-
"jsrepo": "^1.29.1",
56+
"jsrepo": "^1.30.1",
5757
"typescript": "^5.7.3",
5858
"vite": "^5.3.4"
5959
}

0 commit comments

Comments
 (0)