From 10cd11d03edb45d4eeb2550583cdfdcb8be670fb Mon Sep 17 00:00:00 2001 From: Taylor Downs Date: Mon, 25 Jan 2021 12:33:46 +0000 Subject: [PATCH] update package.json --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 69fa896..31630da 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,11 @@ "name": "@openfn/language-http", "version": "3.0.0", "description": "An HTTP request language package for use with Open Function", + "homepage": "https://docs.openfn.org", + "repository": { + "type": "git", + "url": "https://github.com/openfn/language-http.git" + }, "main": "lib/index.js", "scripts": { "build": "make",