Skip to content

Commit 9c6958c

Browse files
committed
update deps, badges, 0.6.1
1 parent 6362ef1 commit 9c6958c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ If you have a large number of values, but you're only interested in the `n` high
88
- It is **memory-efficient**. If you specifiy its size as `50`, it will only store 50 values in memory.
99
- *hifo* works with **numeric values** and **simple objects** out of the box, but you can pass your own [`sort` function](#todo).
1010

11-
[![npm version](https://img.shields.io/npm/v/hifo.svg)](https://www.npmjs.com/package/hifo)
12-
[![bower version](https://img.shields.io/bower/v/hifo.svg)](bower.json)
1311
[![build status](https://img.shields.io/travis/derhuerst/hifo.svg)](https://travis-ci.org/derhuerst/hifo)
12+
[![npm version](https://img.shields.io/npm/v/hifo.svg)](https://www.npmjs.com/package/hifo)
13+
[![dependency status](https://img.shields.io/david/derhuerst/hifo.svg)](https://david-dm.org/derhuerst/hifo)
1414
[![dev dependency status](https://img.shields.io/david/dev/derhuerst/hifo.svg)](https://david-dm.org/derhuerst/hifo#info=devDependencies)
1515
![ISC-licensed](https://img.shields.io/github/license/derhuerst/hifo.svg)
1616

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hifo",
33
"description": "Remembers the highest/lowest values in a data set of any size.",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"main": "./src/index.js",
66
"keywords": [
77
"sort",
@@ -21,7 +21,7 @@
2121
"bugs": "https://github.com/derhuerst/hifo/issues",
2222
"devDependencies": {
2323
"coffee-script": "^1.10.0",
24-
"mocha": "^2.3.4"
24+
"mocha": "^3.0.2"
2525
},
2626
"directories": {
2727
"lib": "./src",

0 commit comments

Comments
 (0)