Skip to content

Commit 9bded2b

Browse files
authored
Package/fix (#60)
* revise package metadata * Add instructions for package updates on creating and versioning catalog
1 parent 503adad commit 9bded2b

3 files changed

Lines changed: 20 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ Welcome to your new catalog repo! The primary way to personalize this catalog is
8888

8989
After modifying `config.yaml`, refresh your browser to see changes. The color scheme will automatically apply to all UI elements throughout the site.
9090

91+
**`package.json`**: Update this file with your information and that of your catalog repository (version and URL). This file will auto-update the `package-lock.json` through `npm install`, and should have the version updated for new releases.
92+
9193
#### Setting Up Tag Groups
9294

9395
Tags from GitHub topics and Hugging Face card metadata are free-form text, so the same concept often appears under multiple spellings (`computer-vision`, `computer vision`, `cv`). Tag groups normalize these into a single canonical tag shown in the filter dropdown, and are configured in `public/tag-groups.js`.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,23 @@
1212
"type": "git",
1313
"url": "git+https://github.com/Imageomics/catalog.git"
1414
},
15-
"keywords": [],
16-
"author": "",
17-
"license": "ISC",
15+
"keywords": [
16+
"imageomics",
17+
"code",
18+
"data",
19+
"models",
20+
"spaces",
21+
"GitHub",
22+
"Hugging Face",
23+
"APIs",
24+
"inventory",
25+
"catalog",
26+
"keyword search",
27+
"discoverability",
28+
"searchability"
29+
],
30+
"author": "Elizabeth Campolongo",
31+
"license": "MIT",
1832
"engines": {
1933
"node": ">=24"
2034
},

0 commit comments

Comments
 (0)