Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radixxko committed Nov 5, 2018
1 parent a209c25 commit 88bba0f
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 81 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# liqd-ds-heap

[![NPM version](https://img.shields.io/npm/v/liqd-ds-heap.svg)](https://www.npmjs.com/package/liqd-ds-heap)
[![Build Status](https://travis-ci.org/radixxko/liqd-ds-heap.svg?branch=master)](https://travis-ci.org/radixxko/liqd-ds-heap)
[![Coverage Status](https://coveralls.io/repos/github/radixxko/liqd-ds-heap/badge.svg?branch=master)](https://coveralls.io/github/radixxko/liqd-ds-heap?branch=master)
[![NPM downloads](https://img.shields.io/npm/dm/liqd-ds-heap.svg)](https://www.npmjs.com/package/liqd-ds-heap)
[![Known Vulnerabilities](https://snyk.io/test/github/radixxko/liqd-ds-heap/badge.svg?targetFile=package.json)](https://snyk.io/test/github/radixxko/liqd-ds-heap?targetFile=package.json)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
index performance improvements while sifting
166 changes: 87 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "liqd-ds-heap",
"description": "Heap Data Structure",
"version": "1.1.0",
"version": "1.1.1",
"author": "radixxko",
"license": "MIT",
"main": "lib/heap.js",
Expand All @@ -25,7 +25,7 @@
],
"dependencies": {},
"devDependencies": {
"coveralls": "^3.0.0",
"coveralls": "^3.0.2",
"mocha": "^5.0.4",
"nyc": "^11.6.0"
}
Expand Down

0 comments on commit 88bba0f

Please sign in to comment.