From ae4893fba908bb108d1d6118bb681af453cc766f Mon Sep 17 00:00:00 2001 From: Karan Sanjeev Date: Mon, 17 Aug 2020 15:43:27 +0530 Subject: [PATCH] Set project for publishing --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7555a2c..96c7366 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,14 @@ { "name": "jest-runner-tsd", "version": "1.0.0", - "description": "Custom jest runner to test typscript typings", + "description": "A Jest runner that tests typescript typings using tsd under the hood", "main": "src/index.js", "license": "MIT", + "repository": "MLH-Fellowship/jest-runner-tsd", + "contributors": [ + "Karan Sanjeev Nair (https://alphaman.me)", + "Saurabh Agarwala " + ], "dependencies": { "create-jest-runner": "^0.6.0", "jest-docblock": "^26.0.0",