You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by hr...@apache.org on 2022/03/02 01:23:38 UTC

[pulsar-client-node] branch master updated: Do not add license header to tarball file (#197)

This is an automated email from the ASF dual-hosted git repository.

hrsakai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ebe33b  Do not add license header to tarball file (#197)
8ebe33b is described below

commit 8ebe33bd20d5ad951179e5fc69137a1ddc2cc5b2
Author: Masahiro Sakamoto <ma...@yahoo-corp.jp>
AuthorDate: Wed Mar 2 10:23:35 2022 +0900

    Do not add license header to tarball file (#197)
---
 package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index eb56e5e..2bdbfc1 100644
--- a/package.json
+++ b/package.json
@@ -76,7 +76,8 @@
     "file_types": [
       ".json",
       ".pem",
-      ".txt"
+      ".txt",
+      ".gz"
     ],
     "trailing_whitespace": "TRIM",
     "insert_license": true,