Skip to content

Commit 53d3fbc

Browse files
authored
Fix repository URL in package.json (#57)
2 parents 34cf68e + 4b9aca9 commit 53d3fbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"author": "Zefir",
2121
"license": "LGPL-3.0-only",
2222
"repository": {
23-
"url": "git+https://github.com/zefir-git/Multipart.ts.git"
23+
"type": "git",
24+
"url": "https://github.com/zefir-git/Multipart.ts"
2425
},
2526
"description": "TypeScript library for multipart data parsing and creation",
2627
"devDependencies": {

0 commit comments

Comments
 (0)