a5ec6cca06
no issue - the Koenig in-repo-addon's package.json didn't include `ember-keyboard` and with the recent `ember-auto-import` upgrade it wasn't being picked up correctly - adding the dependency line fixed things
25 lines
665 B
JSON
25 lines
665 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": "^2.4.2",
|
|
"ember-classic-decorator": "*",
|
|
"ember-cli-babel": "^7.5.0",
|
|
"ember-cli-htmlbars": "^6.1.0",
|
|
"ember-keyboard": "^8.2.0"
|
|
}
|
|
}
|