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

Commit 14de625

Browse files
committed
build: explicitly add package.json to the npm pack build
1 parent 9339baf commit 14de625

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"types": "./build/src/index.d.ts",
1313
"files": [
1414
"build/protos",
15-
"build/src"
15+
"build/src",
16+
"build/package.json"
1617
],
1718
"keywords": [
1819
"google apis client",

0 commit comments

Comments
 (0)