Skip to content

Commit

Permalink
updating paths and version for test-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Jan 3, 2022
1 parent e435d38 commit b08bf0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/test-suite/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand All @@ -42,9 +42,9 @@
"author": "Jared Wray <me@jaredwray.com> (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"
Expand Down

0 comments on commit b08bf0b

Please sign in to comment.