Skip to content

Commit 2247dab

Browse files
FdawgsTony133
authored andcommitted
chore(package.json): use https for repo url
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent 0ccda56 commit 2247dab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+ssh://git@github.com/fastify/fastify-cookie.git"
19+
"url": "git+https://github.com/fastify/fastify-cookie.git"
2020
},
2121
"keywords": [
2222
"fastify",
@@ -74,4 +74,4 @@
7474
"publishConfig": {
7575
"access": "public"
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)