Skip to content

Commit

Permalink
get system tests to work
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Dec 12, 2024
1 parent f78fcd9 commit dc5c20d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "google-gax",
"version": "4.5.0",
"description": "Google API Extensions",
"main": "./build/esm/src/index.js",
"main": "./build/cjs/src/index.cjs",
"type": "module",
"types": "./build/esm/src/index.d.ts",
"types": "./build/cjs/src/index.d.ts",
"files": [
"build/esm",
"build/cjs",
Expand Down Expand Up @@ -169,6 +169,5 @@
"homepage": "https://github.com/googleapis/gax-nodejs#readme",
"engines": {
"node": ">=18"
},
"browser": "build/cjs/src/fallback.cjs"
}
}

0 comments on commit dc5c20d

Please sign in to comment.