@tyleretters/discography 0.0.6 → 0.0.7

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/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  - This repo builds a canonical discography of the music of Tyler Etters.
4
4
  - This discography is incomplete.
5
- - Edit the `src/data.yml` file then run `npm run build` to generate JSON.
6
- - `src/data.json` is a symlink to `dist/data.json` for now.
7
5
  - Release dates are in a modified "Long Now" format, prefixed with `0`. This also solves for some date/object/string/parsing/conversion issues.
8
6
 
9
7
  ## Requirements
@@ -24,6 +22,8 @@ JSON script built with Python 3.11.5. See `src/convert.py` for required imports.
24
22
 
25
23
  ## Convert YML
26
24
 
25
+ Whenever you update the `discography.yml` file, be sure to convert it to `discography.ts` with:
26
+
27
27
  - `npm run convert`
28
28
 
29
29
  ## Publishing
@@ -15,7 +15,7 @@ export declare const discography: {
15
15
  }[];
16
16
  notes: string;
17
17
  credits: string;
18
- release_slug: string;
19
18
  project_slug: string;
19
+ release_slug: string;
20
20
  id: string;
21
21
  }[];