Skip to content

Commit 177b11b

Browse files
fix: ship the build directory (#300)
1 parent 70ea500 commit 177b11b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@
1010
"repository": "googleapis/nodejs-datastore",
1111
"main": "./build/src/index.js",
1212
"files": [
13-
"protos",
14-
"src",
15-
"AUTHORS",
16-
"CONTRIBUTORS",
17-
"LICENSE"
13+
"build/protos",
14+
"build/src"
1815
],
1916
"keywords": [
2017
"google apis client",

0 commit comments

Comments
 (0)