Skip to content

Commit 035e126

Browse files
authored
Fix #453 Update package.json to include the build directory (#454)
1 parent d225ae7 commit 035e126

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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)