diff --git a/package.json b/package.json index 256d3550..26b43167 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "description": "A node.js module for parsing form data, especially file uploads.", "homepage": "https://github.com/node-formidable/formidable", "funding": "https://ko-fi.com/tunnckoCore/commissions", - "repository": "node-formidable/formidable", + "repository": { + "type": "git", + "url": "https://github.com/node-formidable/formidable" + }, "type": "module", "main": "./dist/index.cjs", "exports": {