[package.json] bug fixed: 使用新版 tic.action,解除其对wo.Netnode的依赖而导致的无法启动控制台错误。

This commit is contained in:
luk.lu
2019-04-18 12:13:21 +08:00
parent 1a09b56582
commit 602bbed895

View File

@@ -28,7 +28,7 @@
"morgan": "^1.9.0", "morgan": "^1.9.0",
"serve-favicon": "^2.4.5", "serve-favicon": "^2.4.5",
"socket.io": "^2.1.1", "socket.io": "^2.1.1",
"tic.action": "git+https://git.faronear.org/tic/tic.action.git#20190413_ActionReloaded", "tic.action": "git+https://git.faronear.org/tic/tic.action#20190418_RemovedNetnodeBroadcast",
"tic.crypto": "git+https://git.faronear.org/tic/tic.crypto#20190109_preview", "tic.crypto": "git+https://git.faronear.org/tic/tic.crypto#20190109_preview",
"vue": "^2.5.17", "vue": "^2.5.17",
"vue-axios": "^2.1.3", "vue-axios": "^2.1.3",