From 64c151f17d08936f195a9018ed319b0a35c8b44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=C3=BCttner?= Date: Tue, 14 Jul 2020 22:38:01 +0200 Subject: [PATCH] updating package.json adding npmignore --- .npmignore | 3 +++ package.json | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 000000000..1496f9895 --- /dev/null +++ b/.npmignore @@ -0,0 +1,3 @@ +/test +/example +/README.md diff --git a/package.json b/package.json index 704ce5a92..c9c024b75 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,11 @@ "description": "A library to benchmark apis, no matter if rest or soap", "license": "MIT", "version": "1.0.0", + "homepage": "https://github.com/Idrinth/api-bench", + "repository": { + "type": "git", + "url": "https://github.com/Idrinth/api-bench.git" + }, "keywords": [ "api", "rest",