Skip to content

Commit

Permalink
Bump version and fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schulze-vireso committed Oct 22, 2022
1 parent 8082e7f commit 78fa631
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions 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": [
Expand All @@ -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"
Expand Down Expand Up @@ -44,5 +44,8 @@
"assert",
"assertion",
"helper"
]
],
"dependencies": {
"verbose": "^0.2.3"
}
}

0 comments on commit 78fa631

Please sign in to comment.