summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typescript-types')
-rw-r--r--packages/typescript-types/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json
index c9a1fe7..b3c2531 100644
--- a/packages/typescript-types/package.json
+++ b/packages/typescript-types/package.json
@@ -6,7 +6,10 @@
"types": "dist/index.d.ts",
"author": "Matthew Miller <matthew@millerti.me>",
"license": "MIT",
- "homepage": "",
+ "homepage": "https://github.com/MasterKale/WebAuthntine/packages/typescript-types#readme",
+ "publishConfig": {
+ "access": "public"
+ },
"scripts": {
"build": "rimraf dist && tsc",
"prepare": "npm run build"