diff options
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 |
commit | c6e9aba1f6d1239b3d884c2749d1f0d15c7662a1 (patch) | |
tree | 2a21c9a792fb19cea879373dfc3f30140f269f19 | |
parent | 89b976ebc81656ef76f875d522fee75385f69c6d (diff) |
fix incorrect main in package.json
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 91f207b6..2ec3b4fa 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" }, |