Skip to content

Commit fa7cc5a

Browse files
Fixes bugs in badges: one linked to express, another to #typescript
1 parent 9b6b287 commit fa7cc5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Performant array to tree
22

33
[![npm version](https://img.shields.io/npm/v/performant-array-to-tree.svg)](https://www.npmjs.com/package/performant-array-to-tree)
4-
[![minified size](https://img.shields.io/badge/minified_size-0.448_kb-brightgreen.svg)](#typescript)
4+
[![minified size](https://img.shields.io/badge/minified_size-0.448_kb-brightgreen.svg)](https://github.com/philipstanislaus/performant-array-to-tree/blob/master/build/arrayToTree.min.js)
55
[![CircleCI](https://circleci.com/gh/philipstanislaus/performant-array-to-tree.svg?style=shield&circle-token=01828caf71908b915230609847a12272cc80c54d)](https://circleci.com/gh/philipstanislaus/performant-array-to-tree)
66
[![Coverage Status](https://coveralls.io/repos/github/philipstanislaus/performant-array-to-tree/badge.svg?branch=master)](https://coveralls.io/github/philipstanislaus/performant-array-to-tree?branch=master)
77
[![Dependency Status](https://david-dm.org/philipstanislaus/performant-array-to-tree.svg)](https://david-dm.org/philipstanislaus/performant-array-to-tree)
88
[![devDependency Status](https://david-dm.org/philipstanislaus/performant-array-to-tree/dev-status.svg)](https://david-dm.org/philipstanislaus/performant-array-to-tree#info=devDependencies)
99
[![typings included](https://img.shields.io/badge/typings-included-brightgreen.svg)](#typescript)
1010
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
11-
[![npm](https://img.shields.io/npm/l/express.svg)](https://www.npmjs.com/package/performant-array-to-tree)
11+
[![npm license](https://img.shields.io/npm/l/performant-array-to-tree.svg)](https://www.npmjs.com/package/performant-array-to-tree)
1212

1313
Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.
1414

0 commit comments

Comments
 (0)