« get me outta code hell

fix incorrect main in package.json - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-06-26 18:41:15 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-06-26 18:41:15 -0300
commitc6e9aba1f6d1239b3d884c2749d1f0d15c7662a1 (patch)
tree2a21c9a792fb19cea879373dfc3f30140f269f19
parent89b976ebc81656ef76f875d522fee75385f69c6d (diff)
fix incorrect main in package.json
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 91f207b..2ec3b4f 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
     "version": "0.1.0",
     "description": "static wiki software cataloguing collaborative creation",
     "type": "module",
-    "main": "upd8.js",
+    "main": "src/upd8.js",
     "bin": {
         "hsmusic": "./src/upd8.js"
     },