Skip to content

Commit e97a9a4

Browse files
committed
Update dependencies and rename package
1 parent a80ba07 commit e97a9a4

File tree

3 files changed

+8
-119
lines changed

3 files changed

+8
-119
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
hull.js is a JavaScript library that builds concave hull by set of points.
22

3-
The [original hull.js](https://github.com/andriiheonia/hull) is not maintained, and the author highly recommends against using it. We'll do that eventually, but for now we still use it. This fork is only around so we can publish a version with the [security fixes](https://github.com/advisories/GHSA-q849-wxrc-vqrp) on npm for our own usage.
3+
The [original hull.js](https://github.com/andriiheonia/hull) is not maintained, and the author highly recommends against using it. We'll do that eventually, but for now we still use it. This fork is only around so we can publish a version with the [security fixes](https://github.com/advisories/GHSA-q849-wxrc-vqrp) on npm for our own usage. You should not use it in new projects.
44

55
Usage:
66

package-lock.json

Lines changed: 3 additions & 113 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "hull.js",
2+
"name": "@turbowarp/hull.js",
33
"version": "1.0.13",
4-
"description": "JavaScript library that builds concave hull (shape) by set of points",
4+
"description": "fork of hull.js - not really maintained either",
55
"homepage": "https://github.com/andriiheonia/hull",
66
"author": "Andrii Heonia",
77
"repository": {
@@ -10,10 +10,9 @@
1010
},
1111
"main": "./src/hull.js",
1212
"devDependencies": {
13-
"nodemon": "^3.1.7",
14-
"mocha": "^10.8.0",
13+
"browserify": "^17.0.1",
1514
"jshint": "^2.13.6",
16-
"browserify": "^17.0.1"
15+
"mocha": "^10.8.0"
1716
},
1817
"dependencies": {
1918
"monotone-convex-hull-2d": "1.0.1",

0 commit comments

Comments
 (0)