Skip to content

Commit 34b0c4e

Browse files
authored
fix(verifast): add repository field for npm provenance (#217)
1 parent ff9dfe8 commit 34b0c4e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/verifast/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@bsv/verifast",
33
"version": "0.2.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/bsv-blockchain/ts-stack.git",
7+
"directory": "packages/verifast"
8+
},
49
"type": "module",
510
"description": "Optional C++/WASM (BDK) transaction script-verification backend for @bsv/sdk",
611
"main": "dist/mod.js",

0 commit comments

Comments
 (0)