Skip to content

Commit

Permalink
Fix mklkj#11: Put dependency with js-beautify only in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagano-ena committed Dec 23, 2022
1 parent 06aee1f commit 61930ea
Showing 1 changed file with 24 additions and 26 deletions.
50 changes: 24 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 61930ea

Please sign in to comment.