« get me outta code hell

break up utility file, get build for sure working - 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 <towerofnix@gmail.com>2021-05-06 14:56:18 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-05-06 14:56:18 -0300
commitead9bdc9fc1e9cc62a26e59f6880a13aa864f931 (patch)
treed459b47dbb17ad99615ca595bbe1e92d651eab15 /package.json
parent2260541dc69c19e7444348ac3243f96e4321b781 (diff)
break up utility file, get build for sure working
still Much Work Yet Ahead but this is good progress!! also the site is
in a working state afaict and thats a kinda nice milestone lmbo
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 80ee2c5..1017d4a 100644
--- a/package.json
+++ b/package.json
@@ -2,14 +2,14 @@
     "name": "hsmusic-wiki",
     "version": "0.1.0",
     "description": "static wiki software cataloguing collaborative creation",
+    "type": "module",
     "main": "upd8.js",
     "bin": {
-        "hsmusic": "./upd8/main.js"
+        "hsmusic": "./src/upd8.js"
     },
     "dependencies": {
         "fix-whitespace": "^1.0.4",
-        "he": "^1.2.0",
-        "mkdirp": "^0.5.5"
+        "he": "^1.2.0"
     },
     "license": "GPL-3.0"
 }