Skip to content

Commit 78fa631

Browse files
Bump version and fix links
1 parent 8082e7f commit 78fa631

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "bats-assert",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Common assertions for Bats",
5-
"homepage": "https://github.com/jasonkarns/bats-assert-1",
5+
"homepage": "https://github.com/bats-core/bats-assert",
66
"license": "CC0-1.0",
77
"author": "Zoltán Tömböl (https://github.com/ztombol)",
88
"contributors": [
@@ -11,8 +11,8 @@
1111
"Mislav Marohnić <[email protected]> (http://mislav.net/)",
1212
"Tim Pope (https://github.com/tpope)"
1313
],
14-
"repository": "github:jasonkarns/bats-assert-1",
15-
"bugs": "https://github.com/jasonkarns/bats-assert-1/issues",
14+
"repository": "github:bats-core/bats-assert",
15+
"bugs": "https://github.com/bats-core/bats-assert/issues",
1616
"directories": {
1717
"lib": "src",
1818
"test": "test"
@@ -44,5 +44,8 @@
4444
"assert",
4545
"assertion",
4646
"helper"
47-
]
47+
],
48+
"dependencies": {
49+
"verbose": "^0.2.3"
50+
}
4851
}

0 commit comments

Comments
 (0)