« get me outta code hell

write: implement repl as proper build mode - 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>2024-01-09 11:32:43 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-09 11:32:43 -0400
commit3a205843397b6b4ef86d3e1ab07d93251c90e81f (patch)
tree26af056134294a748d2d08af106eb10e1487dc70 /package.json
parentd3930822b87e01ae85bbc7e1f3f2598d8f680187 (diff)
write: implement repl as proper build mode
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a1c165b..0374e9c 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
         "#language": "./src/data/language.js",
         "#page-specs": "./src/page/index.js",
         "#node-utils": "./src/util/node-utils.js",
-        "#repl": "./src/repl.js",
+        "#repl": "./src/write/build-modes/repl.js",
         "#replacer": "./src/util/replacer.js",
         "#serialize": "./src/data/serialize.js",
         "#sugar": "./src/util/sugar.js",