Skip to content

Commit 54c0a52

Browse files
committed
update package.json
1 parent cb63aa4 commit 54c0a52

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

publish/AdapterGoogleCloud/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"main": "dist/index/AdapterGoogleCloud.js",
66
"types": "dist/index/AdapterGoogleCloud.d.ts",
77
"homepage": "https://github.com/tweedegolf/storage-abstraction/",
8-
"repository": "https://github.com/tweedegolf/storage-abstraction/",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/tweedegolf/storage-abstraction.git"
11+
},
912
"dependencies": {
1013
"@google-cloud/storage": "^7.11.1"
1114
},
@@ -27,4 +30,4 @@
2730
"publishConfig": {
2831
"access": "public"
2932
}
30-
}
33+
}

0 commit comments

Comments
 (0)