diff --git a/packages/google-cloud-tasks/package.json b/packages/google-cloud-tasks/package.json index 0cd3a09a46d..e34da4b6c89 100644 --- a/packages/google-cloud-tasks/package.json +++ b/packages/google-cloud-tasks/package.json @@ -23,14 +23,14 @@ "default": "./build/cjs/src/index.cjs" } }, - "./build/protos/protos": { + "./build/protos": { "import": { - "types": "./build/protos/protos/protos.d.ts", - "default": "./build/protos/protos/protos.js" + "types": "./build/protos/protos.d.ts", + "default": "./build/protos/protos.js" }, "require": { - "types": "./build/protos/protos/protos.d.ts", - "default": "./build/protos/protos/protos.cjs" + "types": "./build/protos/protos.d.ts", + "default": "./build/protos/protos.cjs" } } },