Skip to content

Commit 64d4476

Browse files
committed
restore minzip badge, update dev deps
1 parent 5d079a6 commit 64d4476

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Similar to [RBush](https://github.com/mourner/rbush), with the following key dif
1212

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

15-
[![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)
15+
[![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)
1616

1717
## Usage
1818

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
},
4545
"devDependencies": {
4646
"@rollup/plugin-node-resolve": "^15.2.3",
47-
"eslint": "^8.53.0",
47+
"eslint": "^8.56.0",
4848
"eslint-config-mourner": "^3.0.0",
4949
"rbush": "^3.0.1",
5050
"rbush-knn": "^3.0.1",
51-
"rollup": "^4.4.1",
52-
"typescript": "^5.2.2"
51+
"rollup": "^4.9.5",
52+
"typescript": "^5.3.3"
5353
}
5454
}

0 commit comments

Comments
 (0)