mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
1be7dd1770
refs https://github.com/TryGhost/Ghost/issues/14101 - ran native classes codemod for koenig-editor in-repo-addon components - added `ember-classic-decorator` to addon's package.json to fix errors when importing Some files failed to convert automatically: ``` ❯ grep -rL "@classic\|default class" lib/koenig-editor/addon/components/**/*.js lib/koenig-editor/addon/components/koenig-alt-input.js lib/koenig-editor/addon/components/koenig-card-image.js lib/koenig-editor/addon/components/koenig-editor.js lib/koenig-editor/addon/components/koenig-toolbar.js ```
24 lines
634 B
JSON
24 lines
634 B
JSON
{
|
|
"name": "koenig-editor",
|
|
"version": "0.0.1",
|
|
"description": "A mobiledoc-kit based editor for Ghost.",
|
|
"author": "Ghost Foundation",
|
|
"homepage": "http://ghost.org",
|
|
"bugs": "https://github.com/TryGhost/Ghost/issues",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"dependencies": {
|
|
"@joeattardi/emoji-button": "^4.6.0",
|
|
"@tryghost/helpers": "^1.1.1",
|
|
"@tryghost/kg-clean-basic-html": "*",
|
|
"@tryghost/kg-parser-plugins": "*",
|
|
"ember-auto-import": "^1.2.21",
|
|
"ember-classic-decorator": "*",
|
|
"ember-cli-babel": "^7.5.0",
|
|
"ember-cli-htmlbars": "^4.0.5"
|
|
}
|
|
}
|