From 3453aac27e42a851512355082d2c53bab53d5f60 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Thu, 2 Mar 2023 13:57:17 +0100 Subject: [PATCH] jsonrpc: ts bindings: update .npmignore (#4119) to remove files from the npm package that is not needed by end users. #ignore-changelog --- deltachat-jsonrpc/typescript/.npmignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deltachat-jsonrpc/typescript/.npmignore b/deltachat-jsonrpc/typescript/.npmignore index 3d8ebf962..5c7ed502e 100644 --- a/deltachat-jsonrpc/typescript/.npmignore +++ b/deltachat-jsonrpc/typescript/.npmignore @@ -4,3 +4,9 @@ docs coverage yarn* package-lock.json +.prettierignore +example.html +report_api_coverage.mjs +scripts +dist/example +dist/test \ No newline at end of file