From 7eae3a1072643ffb0554687c991ee6c15be58b1b Mon Sep 17 00:00:00 2001 From: "Franz Heinzmann (Frando)" Date: Thu, 30 Jun 2022 00:31:32 +0200 Subject: [PATCH] Naming consistency: Use DeltaChat not Deltachat --- deltachat-jsonrpc/typescript/.npmignore | 6 ++++++ deltachat-jsonrpc/typescript/example.html | 4 ++-- deltachat-jsonrpc/typescript/example/example.ts | 6 +++--- .../typescript/example/node-add-account.js | 4 ++-- deltachat-jsonrpc/typescript/example/node-demo.js | 4 ++-- deltachat-jsonrpc/typescript/package.json | 4 ++-- deltachat-jsonrpc/typescript/src/client.ts | 10 +++++----- deltachat-jsonrpc/typescript/test/basic.ts | 6 +++--- deltachat-jsonrpc/typescript/test/online.ts | 12 ++++++------ 9 files changed, 31 insertions(+), 25 deletions(-) create mode 100644 deltachat-jsonrpc/typescript/.npmignore diff --git a/deltachat-jsonrpc/typescript/.npmignore b/deltachat-jsonrpc/typescript/.npmignore new file mode 100644 index 000000000..3d8ebf962 --- /dev/null +++ b/deltachat-jsonrpc/typescript/.npmignore @@ -0,0 +1,6 @@ +node_modules +accounts +docs +coverage +yarn* +package-lock.json diff --git a/deltachat-jsonrpc/typescript/example.html b/deltachat-jsonrpc/typescript/example.html index 54edfc4b0..1f5ca1671 100644 --- a/deltachat-jsonrpc/typescript/example.html +++ b/deltachat-jsonrpc/typescript/example.html @@ -1,7 +1,7 @@ - Deltachat JSON-RPC example + DeltaChat JSON-RPC example