Skip to content

Commit 347d7a4

Browse files
authored
Update package.json to use official npm "repository" format
This will help dependency analysis tools to work with formidable
1 parent d0fbec1 commit 347d7a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"description": "A node.js module for parsing form data, especially file uploads.",
66
"homepage": "https://github.com/node-formidable/formidable",
77
"funding": "https://ko-fi.com/tunnckoCore/commissions",
8-
"repository": "node-formidable/formidable",
8+
"repository": {
9+
"type": "git",
10+
"url": "node-formidable/formidable"
11+
},
912
"type": "module",
1013
"main": "./dist/index.cjs",
1114
"exports": {

0 commit comments

Comments
 (0)