rename all libs from xxx.yyy to xxx-yyy
This commit is contained in:
10
package.json
10
package.json
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user