Change repository field format in package.json to upload package on Gitea registry
This commit is contained in:
parent
56880d2932
commit
ba385b7da9
@ -1,4 +1,4 @@
|
||||
const etherToWei = (valueInEther) => valueInEther.toSTring() + "000000000000000000";
|
||||
const etherToWei = (valueInEther) => valueInEther.toString() + "000000000000000000";
|
||||
|
||||
module.exports = {
|
||||
torn: {
|
||||
|
@ -2,7 +2,10 @@
|
||||
"name": "@tornado/tornado-config",
|
||||
"version": "1.0.8",
|
||||
"main": "config.js",
|
||||
"repository": "https://git.tornado.ws/tornado-packages/tornado-config.git",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.tornado.ws/tornado-packages/tornado-config.git"
|
||||
},
|
||||
"author": "Tornado Cash Team",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user