From 8369c493151e80855c80d23b322fcd67287f6d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Sat, 13 Oct 2018 17:30:15 +0800 Subject: [PATCH] Update package.json --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e5624f3..75abef7 100644 --- a/package.json +++ b/package.json @@ -28,14 +28,17 @@ "connect-flash": "^0.1.1", "cookie-parser": "^1.4.3", "express": "^4.16.3", - "express-fileupload": "https://github.com/screenmeet/express-fileupload/tarball/8d8f5d9b7cec2d7c17e6d85654edf1c0aaa5fa82", + "express-fileupload": "https://git.spacen.net/yunkong2/express-fileupload/repository/master/archive.tar.gz", "express-session": "^1.15.6", "passport": "^0.4.0", "passport-local": "^1.0.0", "passport.socketio": "^3.7.0", "request": "^2.85.0", "socket.io": "1.7.2", - "xtend": "^4.0.1" + "xtend": "^4.0.1", + "yunkong2.web": "https://git.spacen.net/yunkong2/yunkong2.web/repository/master/archive.tar.gz", + "yunkong2.flot": "https://git.spacen.net/yunkong2/yunkong2.flot/repository/master/archive.tar.gz", + "yunkong2.modbus": "https://git.spacen.net/yunkong2/yunkong2.modbus/repository/master/archive.tar.gz" }, "devDependencies": { "babel-core": "^6.26.3",