Skip to content

Commit 2921bf2

Browse files
committed
Fix package.json repository URL
1 parent 13c90fe commit 2921bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

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

0 commit comments

Comments
 (0)