Skip to content

Commit 9056f5e

Browse files
authored
fix: normalizing repository url (#414)
1 parent 0d4cd89 commit 9056f5e

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
@@ -3,7 +3,7 @@
33
"version": "3.0.1",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/nodeshift/faas-js-runtime.git"
6+
"url": "git+https://github.com/nodeshift/faas-js-runtime.git"
77
},
88
"author": "Red Hat, Inc.",
99
"license": "Apache-2.0",

0 commit comments

Comments
 (0)