« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--package.json10
-rw-r--r--src/data/things/language.js2
-rw-r--r--src/external-links.js (renamed from src/util/external-links.js)0
-rw-r--r--src/html.js (renamed from src/util/html.js)0
-rw-r--r--src/node-utils.js (renamed from src/util/node-utils.js)0
-rw-r--r--src/replacer.js (renamed from src/util/replacer.js)0
-rw-r--r--src/validators.js (renamed from src/data/validators.js)0
7 files changed, 6 insertions, 6 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"
diff --git a/src/data/things/language.js b/src/data/things/language.js
index e9aa58be..800c4471 100644
--- a/src/data/things/language.js
+++ b/src/data/things/language.js
@@ -115,7 +115,7 @@ export class Language extends Thing {
     },
 
     // List of descriptors for providing to external link utilities when using
-    // language.formatExternalLink - refer to util/external-links.js for info.
+    // language.formatExternalLink - refer to #external-links for info.
     externalLinkSpec: {
       flags: {update: true, expose: true},
       update: {validate: isExternalLinkSpec},
diff --git a/src/util/external-links.js b/src/external-links.js
index 43c09265..43c09265 100644
--- a/src/util/external-links.js
+++ b/src/external-links.js
diff --git a/src/util/html.js b/src/html.js
index 0fe424df..0fe424df 100644
--- a/src/util/html.js
+++ b/src/html.js
diff --git a/src/util/node-utils.js b/src/node-utils.js
index 345d10aa..345d10aa 100644
--- a/src/util/node-utils.js
+++ b/src/node-utils.js
diff --git a/src/util/replacer.js b/src/replacer.js
index e3f5623e..e3f5623e 100644
--- a/src/util/replacer.js
+++ b/src/replacer.js
diff --git a/src/data/validators.js b/src/validators.js
index 84e08cb8..84e08cb8 100644
--- a/src/data/validators.js
+++ b/src/validators.js