测试开分支,去除对 tic.common 的依赖,转成对 tic.crypto 和 tic.action

This commit is contained in:
luk.lu
2018-11-27 11:41:48 +08:00
parent 006219b7ee
commit efa4788bc3
5 changed files with 31 additions and 31 deletions

View File

@@ -10,7 +10,8 @@
"js-sha3": "^0.8.0",
"scrypt-js": "^2.0.3",
"setimmediate": "^1.0.5",
"tic.common": "git+https://git.faronear.org/tic/tic.common.git",
"tic.action": "git+https://git.faronear.org/tic/tic.action",
"tic.crypto": "git+https://git.faronear.org/tic/tic.crypto",
"uuid": "^3.3.2"
},
"deprecated": false,