From 464fa3f94112ba61437a62fb60fa5e7beb5d38bb Mon Sep 17 00:00:00 2001 From: Beata Date: Tue, 4 Jun 2024 21:39:50 +0200 Subject: [PATCH 1/2] Added missing dependencies --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 022d40b..a911588 100644 --- a/package.json +++ b/package.json @@ -4,5 +4,9 @@ "license": "MIT", "scripts": { "dist": "yarn encore production --config-name bitbag-plugin-dist" + }, + "dependencies": { + "axios": "^0.25.0", + "codemirror": "^5.65.1" } } From b06a1cb284e5783cc139554a053edcdda1b270c5 Mon Sep 17 00:00:00 2001 From: Beata Date: Wed, 5 Jun 2024 09:14:35 +0200 Subject: [PATCH 2/2] Added version --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a911588..81a9064 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "@bitbag/mail-template-plugin", + "version": "1.0.0", "repository": "https://github.com/BitBagCommerce/SyliusMailTemplatePlugin.git", "license": "MIT", "scripts": {