We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931859e commit 8c8481aCopy full SHA for 8c8481a
1 file changed
packages/google-cloud-tasks/package.json
@@ -23,14 +23,14 @@
23
"default": "./build/cjs/src/index.cjs"
24
}
25
},
26
- "./build/protos/protos": {
+ "./build/protos": {
27
"import": {
28
- "types": "./build/protos/protos/protos.d.ts",
29
- "default": "./build/protos/protos/protos.js"
+ "types": "./build/protos/protos.d.ts",
+ "default": "./build/protos/protos.js"
30
31
"require": {
32
33
- "default": "./build/protos/protos/protos.cjs"
+ "default": "./build/protos/protos.cjs"
34
35
36
0 commit comments