Skip to content

Commit 04cc38f

Browse files
committed
add metadata
1 parent 47b1f6f commit 04cc38f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.changeset/silver-years-rest.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'example-svelte': patch
3+
---
4+
5+
chore: add registry metadata

jsrepo-build-config.json

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"$schema": "https://unpkg.com/jsrepo@2.0.0/schemas/registry-config.json",
33
"name": "@example/svelte",
44
"version": "package",
5+
"meta": {
6+
"authors": ["Aidan Bleser"],
7+
"bugs": "https://github.com/jsrepojs/example-svelte/issues",
8+
"description": "A demo to show you how you can deploy your first Svelte registry to jsrepo.com",
9+
"homepage": "https://github.com/jsrepojs/example-svelte",
10+
"repository": "https://github.com/jsrepojs/example-svelte",
11+
"tags": ["registry", "example", "jsrepo", "svelte"]
12+
},
513
"readme": "README.md",
614
"dirs": ["./src/lib", "./src/lib/components"],
715
"doNotListBlocks": [],

0 commit comments

Comments
 (0)