From 78fa631d1370562d2cd4a1390989e706158e7bf0 Mon Sep 17 00:00:00 2001 From: Martin Schulze Date: Sun, 23 Oct 2022 00:50:11 +0200 Subject: Bump version and fix links --- package.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3c9bdda..cc2ecbc 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "bats-assert", - "version": "2.0.0", + "version": "2.1.0", "description": "Common assertions for Bats", - "homepage": "https://github.com/jasonkarns/bats-assert-1", + "homepage": "https://github.com/bats-core/bats-assert", "license": "CC0-1.0", "author": "Zoltán Tömböl (https://github.com/ztombol)", "contributors": [ @@ -11,8 +11,8 @@ "Mislav Marohnić (http://mislav.net/)", "Tim Pope (https://github.com/tpope)" ], - "repository": "github:jasonkarns/bats-assert-1", - "bugs": "https://github.com/jasonkarns/bats-assert-1/issues", + "repository": "github:bats-core/bats-assert", + "bugs": "https://github.com/bats-core/bats-assert/issues", "directories": { "lib": "src", "test": "test" @@ -44,5 +44,8 @@ "assert", "assertion", "helper" - ] + ], + "dependencies": { + "verbose": "^0.2.3" + } } -- cgit v1.2.3