From 5a00a80cadc913f79a24fddc710806b71d210937 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Fri, 22 May 2020 09:37:06 -0700 Subject: Tweak all package package.json’s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/typescript-types/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages/typescript-types') 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 ", "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" -- cgit v1.2.3