From 00b0243234769f1f4f7da0701e4d8605e7acb23e Mon Sep 17 00:00:00 2001 From: Eyas Ranjous Date: Wed, 18 Jul 2018 04:36:15 -0500 Subject: [PATCH 1/2] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a40bc1..3d72a49 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # @datastrucures-js/binary-search-tree -[![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) +[![build:?](https://travis-ci.org/datastructures-js/binary-search-tree.svg?branch=master)](https://travis-ci.org/datastructures-js/binary-search-tree) [![npm](https://img.shields.io/npm/v/@datastructures-js/binary-search-tree.svg)](https://www.npmjs.com/package/@datastructures-js/binary-search-tree) -[![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) +[![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) node's data type: **string**, **number**. From 9e43ecdd3312465452480a6dfe76edc6fb458adc Mon Sep 17 00:00:00 2001 From: Eyas Ranjous Date: Wed, 18 Jul 2018 04:36:39 -0500 Subject: [PATCH 2/2] v1.0.9 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 3173841..292f344 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@datastructures-js/binary-search-tree", - "version": "1.0.8", + "version": "1.0.9", "description": "binary search tree implementation in javascript", "main": "index.js", "scripts": { @@ -30,7 +30,6 @@ "eslint-plugin-import": "^2.12.0", "grunt-eslint": "^20.2.0", "grunt": "^1.0.1", - "grunt-contrib-jshint": "^1.1.0", "grunt-mocha-istanbul": "^5.0.2", "grunt-mocha-test": "^0.13.3", "istanbul": "^0.4.5",