Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
fix(docs): use vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
1chiSensei committed Jul 24, 2021
1 parent 5b6e72b commit 4deaa38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit 4deaa38

@vercel
Copy link

@vercel vercel bot commented on 4deaa38 Jul 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.