Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
regenerate package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
andriiheonia committed Nov 6, 2024
1 parent 9de6f95 commit c329b23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/hull.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ module.exports = grid;
},{}],4:[function(require,module,exports){
/*
(c) 2014-2024, Andrii Heonia
Hull.js, a JavaScript library for concave hull generation by the set of points.
Hull.js is a JavaScript library that builds concave hull by set of points.
https://github.com/AndriiHeonia/hull
*/

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/hull.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
(c) 2014-2024, Andrii Heonia
Hull.js, a JavaScript library for concave hull generation by the set of points.
Hull.js is a JavaScript library that builds concave hull by set of points.
https://github.com/AndriiHeonia/hull
*/

Expand Down

0 comments on commit c329b23

Please sign in to comment.