« get me outta code hell

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:
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"
 }