summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-07-13 16:32:37 -0700
committerMatthew Miller <matthew@millerti.me>2020-07-13 16:32:37 -0700
commit1db2adb3c524d927532a69c36b2584d273367e53 (patch)
tree0120cc9f82e8d4b6ad7a3b28bcadf9b73513a547 /packages/typescript-types
parent2115482cce57666f194262427b7c1ff0b01e985c (diff)
Add “repository” to packages’ package.json files
Diffstat (limited to 'packages/typescript-types')
-rw-r--r--packages/typescript-types/package.json5
1 files changed, 5 insertions, 0 deletions
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 <matthew@millerti.me>",
"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"