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": {