From 185a0193cce60fd472a41e20205652176f7e552c Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 4 Apr 2023 12:56:13 +0000 Subject: [PATCH] Fix newline at the end of package.json --- deltachat-jsonrpc/typescript/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deltachat-jsonrpc/typescript/package.json b/deltachat-jsonrpc/typescript/package.json index 16bf3ae20..e2743bba7 100644 --- a/deltachat-jsonrpc/typescript/package.json +++ b/deltachat-jsonrpc/typescript/package.json @@ -56,4 +56,4 @@ "type": "module", "types": "dist/deltachat.d.ts", "version": "1.112.6" -} \ No newline at end of file +} diff --git a/package.json b/package.json index 9c07314bd..6716b8c01 100644 --- a/package.json +++ b/package.json @@ -61,4 +61,4 @@ }, "types": "node/dist/index.d.ts", "version": "1.112.6" -} \ No newline at end of file +}