diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-01-26 15:14:38 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-01-26 15:14:38 -0400 |
| commit | a074fd54107c51c4fcbfedbbf6df6eca539d19d3 (patch) | |
| tree | 4fec08106aa3054c1954c5fa4ade0fb880c5eeb3 /package.json | |
| parent | 796e4bc1452b918bbf50a2e802b308f6ac20f2c2 (diff) | |
data, yaml: split yaml loading specs into src/data/files
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index a4154040..82245438 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "#cli": "./src/cli.js", "#data-checks": "./src/data/checks.js", "#external-links": "./src/external-links.js", + "#files": "./src/data/files/index.js", "#find": "./src/find.js", "#html": "./src/html.js", "#import-heck": "./src/import-heck.js", |