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 cbea596 commit 88a9d16Copy full SHA for 88a9d16
auth/utils/read-credentials-file.browser.ts
@@ -0,0 +1,4 @@
1
+// Dummy for browser
2
+export function readCredentialsFile() {
3
+ return {};
4
+};
package.json
@@ -70,6 +70,9 @@
70
"semver": "^6.2.0",
71
"vcap_services": "~0.3.4"
72
},
73
+ "browser": {
74
+ "./auth/utils/read-credentials-file": "./auth/utils/read-credentials-file.browser"
75
+ },
76
"engines": {
77
"node": ">=10"
78
0 commit comments