File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bats-assert" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " Common assertions for Bats" ,
5
- "homepage" : " https://github.com/jasonkarns /bats-assert-1 " ,
5
+ "homepage" : " https://github.com/bats-core /bats-assert" ,
6
6
"license" : " CC0-1.0" ,
7
7
"author" : " Zoltán Tömböl (https://github.com/ztombol)" ,
8
8
"contributors" : [
11
11
" Mislav Marohnić <[email protected] > (http://mislav.net/)" ,
12
12
" Tim Pope (https://github.com/tpope)"
13
13
],
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" ,
16
16
"directories" : {
17
17
"lib" : " src" ,
18
18
"test" : " test"
44
44
" assert" ,
45
45
" assertion" ,
46
46
" helper"
47
- ]
47
+ ],
48
+ "dependencies" : {
49
+ "verbose" : " ^0.2.3"
50
+ }
48
51
}
You can’t perform that action at this time.
0 commit comments