From c2c416856ce8f4b3c8a2f5d17dcdb064a6521eb7 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Wed, 30 Jan 2019 12:30:44 -0500 Subject: simplification --- package.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 580f2e3..5015687 100644 --- a/package.json +++ b/package.json @@ -4,16 +4,12 @@ "description": "Supporting library for Bats test helpers", "homepage": "https://github.com/jasonkarns/bats-support", "license": "CC0-1.0", + "author": "Zoltán Tömböl (https://github.com/ztombol)", "contributors": [ - "Zoltán Tömböl (https://github.com/ztombol)" + "Jason Karns (http://jason.karns.name)" ], - "repository": { - "type": "git", - "url": "git+https://github.com/jasonkarns/bats-support.git" - }, - "bugs": { - "url": "https://github.com/jasonkarns/bats-support/issues" - }, + "repository": "github:jasonkarns/bats-support", + "bugs": "https://github.com/jasonkarns/bats-support/issues", "directories": { "lib": "src", "test": "test" -- cgit v1.2.3