Skip to content

Commit 8939a87

Browse files
committed
Release 2.5.1
1 parent eee20b9 commit 8939a87

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ima-worldhealth/tree",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Build a tree from an adjacency list and operate on it",
55
"main": "index.js",
66
"scripts": {
@@ -9,8 +9,8 @@
99
"coverage": "nyc report --reporter=text-lcov | coveralls",
1010
"release": "release-it --disable-metrics --github.release --no-git.requireUpstream"
1111
},
12-
"release-it" : {
13-
"hooks" :{
12+
"release-it": {
13+
"hooks": {
1414
"before:init": "yarn test"
1515
}
1616
},

0 commit comments

Comments
 (0)