Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schulze <martin.schulze@vireso.de>2022-10-23 01:50:11 +0300
committerMartin Schulze <martin.schulze@vireso.de>2022-10-23 01:50:36 +0300
commit78fa631d1370562d2cd4a1390989e706158e7bf0 (patch)
tree298e21ec794b911994c0954ca13d4a6c1b0785a6
parent8082e7fbccc3bd37e9ecb753ded6bf1f9d21bd3a (diff)
Bump version and fix linksv2.1.0
-rw-r--r--package.json13
1 files 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ć <mislav.marohnic@gmail.com> (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"
+ }
}