Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 5aba0e4

Browse files
Fix the path to the d.ts (#364)
1 parent 36c7a64 commit 5aba0e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"repository": "googleapis/nodejs-storage",
1111
"main": "./build/src/index.js",
12-
"types": "./build/src/index.t.ds",
12+
"types": "./build/src/index.d.ts",
1313
"files": [
1414
"build/src",
1515
"AUTHORS",

0 commit comments

Comments
 (0)