Skip to content

Commit

Permalink
Update package.json:respository format
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Jan 2, 2024
1 parent 25f2a46 commit 289151d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
"geometry",
"martinez"
],
"repository": "github:mfogel/polygon-clipping",
"repository": {
"type": "git",
"url": "git+https://github.com/mfogel/polygon-clipping.git"
},
"author": "Mike Fogel <[email protected]>",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 289151d

Please sign in to comment.