Skip to content

Commit

Permalink
update badges, dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Nov 16, 2023
1 parent 4ab68d7 commit c0fe816
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Similar to [RBush](https://github.com/mourner/rbush), with the following key dif

Supports geographic locations with the [geoflatbush](https://github.com/mourner/geoflatbush) extension.

[![Build Status](https://github.com/mourner/flatbush/workflows/Node/badge.svg?branch=master)](https://github.com/mourner/flatbush/actions)
[![minzipped size](https://badgen.net/bundlephobia/minzip/flatbush)](https://esm.run/flatbush)
[![Build Status](https://github.com/mourner/flatbush/workflows/Node/badge.svg?branch=main)](https://github.com/mourner/flatbush/actions)
<!-- [![minzipped size](https://badgen.net/bundlephobia/minzip/flatbush)](https://esm.run/flatbush) -->
[![Simply Awesome](https://img.shields.io/badge/simply-awesome-brightgreen.svg)](https://github.com/mourner/projects)

## Usage
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"flatqueue": "^2.0.3"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.1",
"eslint": "^8.49.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"eslint": "^8.53.0",
"eslint-config-mourner": "^3.0.0",
"rbush": "^3.0.1",
"rbush-knn": "^3.0.1",
"rollup": "^3.29.1",
"rollup": "^4.4.1",
"typescript": "^5.2.2"
}
}

0 comments on commit c0fe816

Please sign in to comment.