Skip to content

Commit bb0fba9

Browse files
committed
chore: fix pkg repo url warning
1 parent 7bd07c9 commit bb0fba9

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

0 commit comments

Comments
 (0)