« get me outta code hell

move some modules out of util, data - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-01-26 17:16:25 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-01-26 17:16:40 -0400
commit16286da93ad64ab3d944d02bb9faa7a7310e0ce1 (patch)
treeaba820ca343d28b9bf4a6be0a6e96908b0a4732f /package.json
parent91cde73bb69944ec9ceabf8d23ce829df12dbb0a (diff)
move some modules out of util, data
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 8c7d8d50..4c11308f 100644
--- a/package.json
+++ b/package.json
@@ -31,15 +31,15 @@
         "#content-function": "./src/content-function.js",
         "#cli": "./src/util/cli.js",
         "#data-checks": "./src/data/checks.js",
-        "#external-links": "./src/util/external-links.js",
+        "#external-links": "./src/external-links.js",
         "#find": "./src/find.js",
-        "#html": "./src/util/html.js",
+        "#html": "./src/html.js",
         "#import-heck": "./src/import-heck.js",
         "#language": "./src/data/language.js",
         "#page-specs": "./src/page/index.js",
-        "#node-utils": "./src/util/node-utils.js",
+        "#node-utils": "./src/node-utils.js",
         "#repl": "./src/write/build-modes/repl.js",
-        "#replacer": "./src/util/replacer.js",
+        "#replacer": "./src/replacer.js",
         "#reverse": "./src/reverse.js",
         "#search": "./src/search.js",
         "#search-spec": "./src/util/search-spec.js",
@@ -51,7 +51,7 @@
         "#things": "./src/data/things/index.js",
         "#thumbs": "./src/gen-thumbs.js",
         "#urls": "./src/urls.js",
-        "#validators": "./src/data/validators.js",
+        "#validators": "./src/validators.js",
         "#web-routes": "./src/web-routes.js",
         "#wiki-data": "./src/util/wiki-data.js",
         "#yaml": "./src/data/yaml.js"