From de976e38f4b20c5ee195a4d1e9c69c7963d94c1d Mon Sep 17 00:00:00 2001 From: Amir Karbasi Date: Wed, 16 Aug 2023 20:57:54 -0400 Subject: [PATCH] Update config --- .gitignore | 3 ++- .npmignore | 2 ++ package.json | 4 ++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bde9008..ad786de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store node_modules/ dist/ -coverage/ \ No newline at end of file +coverage/ +docs/ \ No newline at end of file diff --git a/.npmignore b/.npmignore index e69de29..5cb26f5 100644 --- a/.npmignore +++ b/.npmignore @@ -0,0 +1,2 @@ +coverage/ +docs/ \ No newline at end of file diff --git a/package.json b/package.json index 55684a3..db26c1f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "Lightweight TRIRIGA Javascript Client SDK", "author": "Amir Karbasi", "license": "MIT", + "repository": { + "type": "git", + "url": "git://github.com/karbasia/tririga-js-sdk.git" + }, "main": "./dist/tririga-js-sdk.es.mjs", "types": "./dist/tririga-js-sdk.es.d.mts", "scripts": {