Add repo link to npm page (#272)

This commit is contained in:
Matthew Keil 2023-03-30 18:03:01 -04:00 committed by GitHub
parent 60d8402e19
commit 966e40d70e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,14 @@
"glob": "^9.1.0",
"js-yaml": "^4.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/c-kzg-4844.git"
},
"bugs": {
"url": "https://github.com/ethereum/c-kzg-4844/issues"
},
"homepage": "https://github.com/ethereum/c-kzg-4844",
"main": "lib/kzg.js",
"types": "lib/kzg.d.ts",
"gypfile": true