@grimoire-rs/indexer 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grimoire-rs/indexer",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "CLI + Astro integration for running your own grim package index",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -1,6 +1,9 @@
1
1
  # Build output of `grim-indexer build`.
2
2
  dist/
3
- public/
3
+
4
+ # NOT ignored: `public/` is this index's own asset layer — the logo and
5
+ # favicon `index.config.json` names live there, and the build copies it into
6
+ # `dist/`. Ignoring it means the site references files the deploy never had.
4
7
 
5
8
  # Renderer scratch dir — removed on a clean build, left behind by a killed one.
6
9
  .index-*/