Change repository field format in package.json to upload package on Gitea registry

This commit is contained in:
Theo 2023-08-14 14:34:15 -07:00
parent 56880d2932
commit ba385b7da9
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
const etherToWei = (valueInEther) => valueInEther.toSTring() + "000000000000000000"; const etherToWei = (valueInEther) => valueInEther.toString() + "000000000000000000";
module.exports = { module.exports = {
torn: { torn: {

View File

@ -2,7 +2,10 @@
"name": "@tornado/tornado-config", "name": "@tornado/tornado-config",
"version": "1.0.8", "version": "1.0.8",
"main": "config.js", "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", "author": "Tornado Cash Team",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [