diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index aaaf8f68..1017d4aa 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.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" } |