rename all libs from xxx.yyy to xxx-yyy

This commit is contained in:
Luk Lu
2022-06-04 12:08:41 +08:00
parent aff70d43f7
commit 07a88d9bc7
5 changed files with 717 additions and 639 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "tic.tool4chain",
"name": "tic-chaintool",
"version": "1.2.1",
"dependencies": {
"aes-js": "^3.1.1",
@@ -11,15 +11,11 @@
"scrypt-js": "^2.0.3",
"setimmediate": "^1.0.5",
"tic.action": "git+https://git.faronear.org/npm/tic.action#20190714_release_passtoken",
"tic.crypto": "git+https://git.faronear.org/npm/tic.crypto#20190109_preview",
"tic-crypto": "git+https://git.faronear.org/npm/tic-crypto#20190109_preview",
"uuid": "^8.3.1"
},
"deprecated": false,
"description": "blockchain tool for ticwallet",
"keywords": [
"tool",
"blockchain",
"tic"
],
"keywords": ["tool", "blockchain", "tic"],
"main": "index.js"
}