hash-command-arbitrary
Avril 4 years ago
parent e8e97994e5
commit fee3edf44e
Signed by: flanchan
GPG Key ID: 966FE03CC0E0B199

@ -1,6 +1,6 @@
all: all:
$(MAKE) -C imager $(MAKE) -C imager
$(MAKE) -C tripcode #$(MAKE) -C tripcode
client: client:
@echo 'make client' is no longer necessary @echo 'make client' is no longer necessary

@ -24,7 +24,7 @@
"formidable": "1.0.17", "formidable": "1.0.17",
"hashloli": "git+ssh://public@flanchan.moe:hashloli.git", "hashloli": "git+ssh://public@flanchan.moe:hashloli.git",
"jsoncompress": "^0.1.3", "jsoncompress": "^0.1.3",
"kana-hash": "file:../kana-hash/node", "kana-hash": "file:../../home/avril/libkhash/node",
"minimist": "1.2.0", "minimist": "1.2.0",
"nan": "^2.14.0", "nan": "^2.14.0",
"recaptcha2": "^1.3.2", "recaptcha2": "^1.3.2",
@ -38,7 +38,6 @@
"winston": "2.3.0" "winston": "2.3.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"node-expat": "2.3.15",
"nodemailer": "2.7.0", "nodemailer": "2.7.0",
"nodemailer-smtp-transport": "2.7.0", "nodemailer-smtp-transport": "2.7.0",
"send": "0.14.1" "send": "0.14.1"

Loading…
Cancel
Save