Skip to content

Commit 977fc7c

Browse files
authored
chore: fix repository url for npm package (#3378)
1 parent 5703c65 commit 977fc7c

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
@@ -32,7 +32,7 @@
3232
},
3333
"repository": {
3434
"type": "git",
35-
"url": "https://github.com/sidorares/node-mysql2"
35+
"url": "git+https://github.com/sidorares/node-mysql2.git"
3636
},
3737
"homepage": "https://sidorares.github.io/node-mysql2/docs",
3838
"keywords": [

0 commit comments

Comments
 (0)