diff --git a/Makefile b/Makefile index 3579725..45d9c02 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: $(MAKE) -C imager - $(MAKE) -C tripcode + #$(MAKE) -C tripcode client: @echo 'make client' is no longer necessary diff --git a/package.json b/package.json index b1cf691..2b6d219 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "formidable": "1.0.17", "hashloli": "git+ssh://public@flanchan.moe:hashloli.git", "jsoncompress": "^0.1.3", - "kana-hash": "file:../kana-hash/node", + "kana-hash": "file:../../home/avril/libkhash/node", "minimist": "1.2.0", "nan": "^2.14.0", "recaptcha2": "^1.3.2", @@ -38,7 +38,6 @@ "winston": "2.3.0" }, "optionalDependencies": { - "node-expat": "2.3.15", "nodemailer": "2.7.0", "nodemailer-smtp-transport": "2.7.0", "send": "0.14.1"