Change package name & git url to self-host as part of tornado packages

This commit is contained in:
Theo 2023-09-11 22:41:29 -07:00
parent fba1252f57
commit ee79410f42

@ -1,5 +1,5 @@
{
"name": "snarkjs",
"name": "@tornado/snarkjs",
"type": "module",
"version": "0.4.15",
"description": "zkSNARKs implementation in JavaScript",
@ -35,7 +35,7 @@
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/iden3/snarkjs.git"
"url": "https://git.tornado.ws/tornado-packages/snarkjs"
},
"dependencies": {
"@iden3/binfileutils": "0.0.10",