From 5b52d996802463707e35904889e5c1094562a5ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 9 Feb 2021 12:38:13 +0100 Subject: [PATCH] Do not include src directory in the package. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .npmignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index e9ee2442..efc022ba 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ .github +src benchmarks examples -tests \ No newline at end of file +tests -- 2.34.1