Skip to content

Commit 2d1940f

Browse files
authored
Fix #453 Update package.json to include the build directory (#454)
1 parent 9d217ee commit 2d1940f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

handwritten/spanner/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
},
1010
"repository": "googleapis/nodejs-spanner",
1111
"main": "./build/src/index.js",
12+
"types": "./build/src/index.d.ts",
1213
"files": [
13-
"protos",
14-
"src",
14+
"build/protos",
15+
"build/src",
16+
"!build/src/**/*.map",
1517
"AUTHORS",
1618
"CONTRIBUTORS",
1719
"LICENSE"

0 commit comments

Comments
 (0)