From de09cd27047730f563e6796ffbbee133402824c4 Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Thu, 6 Jun 2024 20:13:30 -0500 Subject: [PATCH] Add `repository` key to package.json for provenance (#828) --- bindings_node/package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bindings_node/package.json b/bindings_node/package.json index 0e8cd240f..a076cb795 100644 --- a/bindings_node/package.json +++ b/bindings_node/package.json @@ -23,6 +23,11 @@ "engines": { "node": ">=18" }, + "repository": { + "type": "git", + "url": "git+https://git@github.com/xmtp/libxmtp.git", + "directory": "bindings_node" + }, "scripts": { "artifacts": "napi artifacts", "build": "napi build --platform --release",