From bb6799641fd561b0f99196a1cc25d935374d211d Mon Sep 17 00:00:00 2001 From: Samuel Gagnepain Date: Sat, 15 Oct 2022 23:46:28 +0200 Subject: [PATCH] Fix the name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7110101..589a0b6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "joplin-plugin-turntochart", + "name": "joplin-plugin-turn-to-chart", "version": "1.7.0", "scripts": { "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",