Skip to content

Commit cc37988

Browse files
committed
update package.json metadata
1 parent 8b3eb17 commit cc37988

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@turbowarp/ancient-hull.js",
33
"version": "0.2.10",
4-
"description": "JavaScript library that builds concave hulls (shapes) by set of points",
5-
"homepage": "https://github.com/AndriiHeonia/hull",
4+
"description": "Very old version of hull.js with backported security fixes -- do not use in new projects",
5+
"homepage": "https://github.com/TurboWarp/hull.js",
66
"keywords": [
77
"geometry",
88
"concave-hull",
@@ -13,7 +13,7 @@
1313
"author": "Andrii Heonia <[email protected]>",
1414
"repository": {
1515
"type": "git",
16-
"url": "git://github.com/AndriiHeonia/hull.git"
16+
"url": "git://github.com/TurboWarp/hull.js.git"
1717
},
1818
"main": "./src/hull.js",
1919
"devDependencies": {

0 commit comments

Comments
 (0)