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