From 1db2adb3c524d927532a69c36b2584d273367e53 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 13 Jul 2020 16:32:37 -0700 Subject: Add “repository” to packages’ package.json files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/typescript-types/package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages/typescript-types') diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index 385e009..a1cfd27 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -6,6 +6,11 @@ "types": "dist/index.d.ts", "author": "Matthew Miller ", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/MasterKale/SimpleWebAuthn.git", + "directory": "packages/typescript-types" + }, "homepage": "https://github.com/MasterKale/SimpleWebAuthn/packages/typescript-types#readme", "publishConfig": { "access": "public" -- cgit v1.2.3