From b08bf0bf91fa93d81374e075f4ce2a016a6de530 Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Mon, 3 Jan 2022 08:20:50 -0800 Subject: [PATCH] updating paths and version for test-suite --- packages/test-suite/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/test-suite/package.json b/packages/test-suite/package.json index e7271c998..726a13e54 100644 --- a/packages/test-suite/package.json +++ b/packages/test-suite/package.json @@ -1,6 +1,6 @@ { "name": "@keyv/test-suite", - "version": "1.6.13", + "version": "1.6.14", "description": "Test suite for Keyv API compliancy", "main": "dist/index.js", "scripts": { @@ -27,7 +27,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/jaredwray/keyv-test-suite.git" + "url": "git+https://github.com/jaredwray/keyv.git" }, "keywords": [ "test", @@ -42,9 +42,9 @@ "author": "Jared Wray (http://jaredwray.com)", "license": "MIT", "bugs": { - "url": "https://github.com/jaredwray/keyv-test-suite/issues" + "url": "https://github.com/jaredwray/keyv/issues" }, - "homepage": "https://github.com/jaredwray/keyv-test-suite", + "homepage": "https://github.com/jaredwray/keyv", "dependencies": { "delay": "^5.0.0", "timekeeper": "^2.2.0"