From 8c5dd6c04ca08be5b59eeb383e99a19ccb1aad99 Mon Sep 17 00:00:00 2001 From: Johann du Toit Date: Sun, 7 May 2017 02:08:23 +0200 Subject: [PATCH] Updated the package information --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b42729f..a698719 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,22 @@ { "name": "@passmarked/browser", - "version": "0.0.1", + "version": "0.0.2", "description": "Easy to use remote browser control using the Chrome Dev Tools Debugging interface", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "contributors": [ + "Johann du Toit " + ], "repository": { "type": "git", "url": "git@github.org:passmarked/browser.git" }, + "bugs": { + "url": "https://github.com/passmarked/browser/issues" + }, + "homepage": "https://github.com/passmarked/browser", "keywords": [ "passmarked", "chrome",