From 9e3f21c4c75f1f923d96eaf0b6606450460c9c92 Mon Sep 17 00:00:00 2001 From: Sigge Birgisson Date: Tue, 12 Jun 2018 12:34:14 +0200 Subject: [PATCH] Fix URL in package.json Minor detail... =) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f042b1..338371d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/sjansson/checking.git" + "url": "git+https://github.com/sjansson/javascript-api-testing.git" }, "scripts": { "test": "mocha --compilers js:babel-register",