From 4deaa387d19a11be557cd6c48a9d1ef8597640c3 Mon Sep 17 00:00:00 2001 From: 1chiSensei Date: Sat, 24 Jul 2021 21:59:19 +0800 Subject: [PATCH] fix(docs): use vercel --- README.md | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ffdd47..109a0a0 100644 --- a/README.md +++ b/README.md @@ -111,4 +111,4 @@ echo "source <(uuid-cli completion fish)" >> ~/.config/fish/config.fish && sourc ## API Documentation -For the full API documentation please refer to the TypeDoc generated [documentation](https://1chisensei.github.io/uuid). +For the full API documentation please refer to the TypeDoc generated [documentation](https://uuid-ivory.vercel.app/). diff --git a/package.json b/package.json index 363edc5..6fcefae 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "@tomiocodes/uuid", "version": "1.0.1", "description": "A simple utility to generate Universally Unique Identifiers.", + "homepage": "https://uuid-ivory.vercel.app/", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",