From 1f67984401aa6e621ed2eacb5107452b391d197d Mon Sep 17 00:00:00 2001 From: Harry Marr Date: Mon, 5 Oct 2020 23:14:31 +0100 Subject: [PATCH] Add homepage and repository to package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b0f0268..6ae80b8 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "name": "pick-dom-element", - "version": "0.1.2", + "version": "0.1.3", "description": "Interactively pick elements in the DOM", "author": "Harry Marr", "license": "MIT", + "homepage": "https://github.com/hmarr/pick-dom-element", + "repository": "github:hmarr/pick-dom-element", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [