Skip to content

Commit d837cc1

Browse files
authored
fix(npm): use correct repo syntax in package.json (#316)
1 parent 4c9436f commit d837cc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"author": "scaleway.com",
77
"license": "MIT",
88
"repository": {
9-
"git": "https://github.com/scaleway/serverless-scaleway-functions"
9+
"type": "git",
10+
"url": "https://github.com/scaleway/serverless-scaleway-functions.git"
1011
},
1112
"scripts": {
1213
"clean-up": "node tests/teardown.js",

0 commit comments

Comments
 (0)