We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3eb17 commit cc37988Copy full SHA for cc37988
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "@turbowarp/ancient-hull.js",
3
"version": "0.2.10",
4
- "description": "JavaScript library that builds concave hulls (shapes) by set of points",
5
- "homepage": "https://github.com/AndriiHeonia/hull",
+ "description": "Very old version of hull.js with backported security fixes -- do not use in new projects",
+ "homepage": "https://github.com/TurboWarp/hull.js",
6
"keywords": [
7
"geometry",
8
"concave-hull",
@@ -13,7 +13,7 @@
13
"author": "Andrii Heonia <[email protected]>",
14
"repository": {
15
"type": "git",
16
- "url": "git://github.com/AndriiHeonia/hull.git"
+ "url": "git://github.com/TurboWarp/hull.js.git"
17
},
18
"main": "./src/hull.js",
19
"devDependencies": {
0 commit comments