Skip to content

Commit e73f4ee

Browse files
authored
Merge pull request #10 from datastructures-js/development
v1.0.9
2 parents cd1df23 + 9e43ecd commit e73f4ee

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# @datastrucures-js/binary-search-tree
22

3-
[![build:?](https://travis-ci.org/eyas-ranjous/datatructures-js/binary-search-tree.svg?branch=master)](https://travis-ci.org/eyas-ranjous/datatructures-js/binary-search-tree)
3+
[![build:?](https://travis-ci.org/datastructures-js/binary-search-tree.svg?branch=master)](https://travis-ci.org/datastructures-js/binary-search-tree)
44
[![npm](https://img.shields.io/npm/v/@datastructures-js/binary-search-tree.svg)](https://www.npmjs.com/package/@datastructures-js/binary-search-tree)
5-
[![npm](https://img.shields.io/npm/dm/@datastructures-js/binary-search-tree.svg)](https://www.npmjs.com/packages/@datastructures-js/binary-search-tree) [![npm](https://img.shields.io/badge/node-%3E=%206.0-blue.svg)](https://www.npmjs.com/package/@datastructures-js/binary-search-tree)
5+
[![npm](https://img.shields.io/npm/dm/@datastructures-js/binary-search-tree.svg)](https://www.npmjs.com/package/@datastructures-js/binary-search-tree) [![npm](https://img.shields.io/badge/node-%3E=%206.0-blue.svg)](https://www.npmjs.com/package/@datastructures-js/binary-search-tree)
66

77
node's data type: **string**, **number**.
88

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datastructures-js/binary-search-tree",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "binary search tree implementation in javascript",
55
"main": "index.js",
66
"scripts": {
@@ -30,7 +30,6 @@
3030
"eslint-plugin-import": "^2.12.0",
3131
"grunt-eslint": "^20.2.0",
3232
"grunt": "^1.0.1",
33-
"grunt-contrib-jshint": "^1.1.0",
3433
"grunt-mocha-istanbul": "^5.0.2",
3534
"grunt-mocha-test": "^0.13.3",
3635
"istanbul": "^0.4.5",

0 commit comments

Comments
 (0)