Skip to content

Commit

Permalink
Release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jniles committed Jan 4, 2022
1 parent eee20b9 commit 8939a87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima-worldhealth/tree",
"version": "2.5.0",
"version": "2.5.1",
"description": "Build a tree from an adjacency list and operate on it",
"main": "index.js",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"coverage": "nyc report --reporter=text-lcov | coveralls",
"release": "release-it --disable-metrics --github.release --no-git.requireUpstream"
},
"release-it" : {
"hooks" :{
"release-it": {
"hooks": {
"before:init": "yarn test"
}
},
Expand Down

0 comments on commit 8939a87

Please sign in to comment.