We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb63aa4 commit 54c0a52Copy full SHA for 54c0a52
publish/AdapterGoogleCloud/package.json
@@ -5,7 +5,10 @@
5
"main": "dist/index/AdapterGoogleCloud.js",
6
"types": "dist/index/AdapterGoogleCloud.d.ts",
7
"homepage": "https://github.com/tweedegolf/storage-abstraction/",
8
- "repository": "https://github.com/tweedegolf/storage-abstraction/",
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/tweedegolf/storage-abstraction.git"
11
+ },
12
"dependencies": {
13
"@google-cloud/storage": "^7.11.1"
14
},
@@ -27,4 +30,4 @@
27
30
"publishConfig": {
28
31
"access": "public"
29
32
}
-}
33
+}
0 commit comments