From 12004e72b3c75706a4ffa6cab6f01d9b8f30ff08 Mon Sep 17 00:00:00 2001 From: Samrith Shankar Date: Sun, 16 Feb 2020 03:51:00 +0100 Subject: [PATCH] Add link to API doc in README and add homepage. --- README.md | 3 +++ package.json | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index f7ab450..b5d2a9b 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,9 @@ of these configurations are provided through a `.nodehawkrc` file. | --- | ------ | ------- | ------------------------------------------------ | | env | object | `{}` | Key value pairs to be assigned to `process.env`. | +The complete API documentation is +[available on the website](https://samrith-s.github.io/nodehawk/). + ## Examples There are quite a few real-world examples of Nodehawk. You can the in the diff --git a/package.json b/package.json index 22c0291..7e37a80 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "A slim and hyper configurable watcher for Node.", "author": "Samrith Shankar ", "license": "MIT", + "homepage": "https://samrith-s.github.io/nodehawk/", "repository": "git@github.com:samrith-s/nodehawk.git", "preferGlobal": true, "main": "./lib/index.js",