Skip to content

Commit

Permalink
update CI badge and dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jan 15, 2024
1 parent c20b0ab commit 79f3a19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Fast robust predicates for computational geometry in JavaScript. Provides reliab

_Figure: non-robust vs robust `orient2d` test for points within a tiny range (2<sup>-42</sup>)._

[![Build Status](https://github.com/mourner/robust-predicates/workflows/Node/badge.svg?branch=master)](https://github.com/mourner/robust-predicates/actions)
[![Build Status](https://github.com/mourner/robust-predicates/workflows/Node/badge.svg?branch=main)](https://github.com/mourner/robust-predicates/actions)
[![Simply Awesome](https://img.shields.io/badge/simply-awesome-brightgreen.svg)](https://github.com/mourner/projects)
[![Browser Build](https://badgen.net/bundlephobia/minzip/robust-predicates)](https://unpkg.com/robust-predicates)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"prepublishOnly": "npm run test && rollup -c"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.3",
"c8": "^7.13.0",
"eslint": "^8.41.0",
"@rollup/plugin-terser": "^0.4.4",
"c8": "^9.1.0",
"eslint": "^8.56.0",
"eslint-config-mourner": "^3.0.0",
"mkdirp": "^3.0.1",
"nextafter": "^1.0.0",
"robust-in-sphere": "^1.2.1",
"robust-orientation": "^1.2.1",
"rollup": "^3.23.0"
"rollup": "^4.9.5"
},
"files": [
"index.js",
Expand Down

0 comments on commit 79f3a19

Please sign in to comment.