From 14de6257bf63acc6168c4b51c18088a5c74e673b Mon Sep 17 00:00:00 2001 From: Megan Potter Date: Tue, 13 Apr 2021 18:10:44 -0400 Subject: [PATCH] build: explicitly add package.json to the npm pack build --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c2a98526..66dfa636d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "types": "./build/src/index.d.ts", "files": [ "build/protos", - "build/src" + "build/src", + "build/package.json" ], "keywords": [ "google apis client",