diff --git a/package.json b/package.json index c757df7b2fda52869ddf6369f0d810b533105e88..f3fa0f884ac8404efbf00f87d700e71f495e6694 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,12 @@ "test-coverage": "nyc --reporter=html --reporter=text mocha -- tests/test.js && rsync --remove-source-files -av --progress ./coverage ./docs/ && rm -Rf ./coverage", "test-graphics": "nyc --reporter=html --reporter=text mocha -R mochawesome -- tests/test.js && rsync --remove-source-files -av --progress ./coverage ./docs/ && rm -Rf ./coverage && rsync --remove-source-files -av --progress ./mochawesome-report ./docs/ && rm -Rf ./mochawesome-report" }, - "author": "Dominik Sigmund", + "author": "Dominik Sigmund <sigmund.dominik@googlemail.com> (https://webdad.eu)", "license": "ISC", + "repository": { + "type" : "git", + "url" : "https://github.com/WebDaD/lib-log" + }, "dependencies": {}, "devDependencies": { "mocha": "^5.2.0",