Skip to content

Commit 2b109fc

Browse files
Update and publish
1 parent 8f3d5d3 commit 2b109fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# @dsinjs/binary-tree
22
Data structure in your javascript code, Binary Trees.
33

4-
[![Build Status](https://travis-ci.com/siddhesh321995/node-dsinjs-binarytree.svg?branch=main)](https://travis-ci.com/siddhesh321995/node-dsinjs-binarytree)
5-
![Node.js CI](https://github.com/dsinjs/binary-tree/workflows/Node.js%20CI/badge.svg)
4+
[![Build Status](https://travis-ci.com/dsinjs/binary-tree.svg?branch=main)](https://travis-ci.com/dsinjs/binary-tree)
5+
![Node.js CI](https://github.com/dsinjs/binary-tree/workflows/Node.js%20CI/badge.svg?branch=main)
66
[![Coverage Status](https://coveralls.io/repos/github/siddhesh321995/node-dsinjs-binarytree/badge.svg?branch=main)](https://coveralls.io/github/siddhesh321995/node-dsinjs-binarytree?branch=main)
77

88
## Installation:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dsinjs/binary-tree",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Binary Trees for your DS in JS",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)