Skip to content

Commit b6131ef

Browse files
committed
chore: fix pkg repo url warning
1 parent f2e8f91 commit b6131ef

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
@@ -25,7 +25,7 @@
2525
},
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/react-dropzone/attr-accept.git"
28+
"url": "git+https://github.com/react-dropzone/attr-accept.git"
2929
},
3030
"publishConfig": {
3131
"access": "public"

0 commit comments

Comments
 (0)