From 5312e5ab86b78b9a672970dd4a85dbd00f210be9 Mon Sep 17 00:00:00 2001 From: "Magano, Jonathan" Date: Fri, 23 Dec 2022 12:25:31 +0100 Subject: [PATCH] Fix #11: Put dependency with js-beautify only in dev --- composer.json | 2 +- package.json | 50 ++++++++++++++++++++++++-------------------------- 2 files changed, 25 insertions(+), 27 deletions(-) diff --git a/composer.json b/composer.json index c623539..7345f7a 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mklkj/tinymce-i18n", - "version": "22.12.4", + "version": "22.12.23", "description": "Languages for TinyMCE 4, 5 and 6", "keywords": [ "i18n", diff --git a/package.json b/package.json index 3d7c424..b304eea 100644 --- a/package.json +++ b/package.json @@ -1,28 +1,26 @@ { - "name": "tinymce-i18n", - "version": "22.12.4", - "description": "Languages for TinyMCE 4, 5 and 6", - "keywords": [ - "i18n", - "languages", - "tinymce" - ], - "homepage": "https://github.com/mklkj/tinymce-i18n", - "type": "library", - "license": "MIT", - "authors": [ - { - "name": "TinyMCE Community" + "name": "tinymce-i18n", + "version": "22.12.23", + "description": "Languages for TinyMCE 4, 5 and 6", + "keywords": [ + "i18n", + "languages", + "tinymce" + ], + "homepage": "https://github.com/mklkj/tinymce-i18n", + "type": "library", + "license": "MIT", + "authors": [{ + "name": "TinyMCE Community" + }], + "repository": { + "type": "git", + "url": "https://github.com/mklkj/tinymce-i18n.git" + }, + "scripts": { + "update": "sh update.sh" + }, + "devDependencies": { + "js-beautify": "^1.14.3" } - ], - "repository": { - "type": "git", - "url": "https://github.com/mklkj/tinymce-i18n.git" - }, - "scripts": { - "update": "sh update.sh" - }, - "dependencies": { - "js-beautify": "^1.14.3" - } -} +} \ No newline at end of file