diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-22 09:37:06 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-22 09:37:06 -0700 |
commit | 5a00a80cadc913f79a24fddc710806b71d210937 (patch) | |
tree | 8d7ac79cef97c078fada4463f62f5e0bf616a36e /packages/typescript-types | |
parent | 282334daf1a3b618d34a0a3ac060bdea82101226 (diff) |
Tweak all package package.json’s
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/package.json | 5 |
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" |