Skip to content

Commit

Permalink
Add repository key to package.json for provenance (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine authored Jun 7, 2024
1 parent 54542b4 commit de09cd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bindings_node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/xmtp/libxmtp.git",
"directory": "bindings_node"
},
"scripts": {
"artifacts": "napi artifacts",
"build": "napi build --platform --release",
Expand Down

0 comments on commit de09cd2

Please sign in to comment.