From e1702dc212a89eb83e83b1d1c422b5378c472c39 Mon Sep 17 00:00:00 2001 From: Suyog Sonwalkar Date: Sat, 6 Dec 2025 12:01:00 -0800 Subject: [PATCH] Updating package.json for NPM trusted publishers Summary: Test Plan: --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index beef107..1948c72 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "description": "A simple ORM for Google Cloud Spanner and Postgres", "main": "dist/index.js", "type": "module", + "repository": { + "url": "https://github.com/Flux159/spanner-orm" + }, "bin": { "spanner-orm-cli": "./dist/cli.js" },