mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Fixed "Could not find module 'ember-keyboard'" error thrown by gif card
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
This commit is contained in:
parent
d066f68f0b
commit
a5ec6cca06
@ -18,6 +18,7 @@
|
||||
"ember-auto-import": "^2.4.2",
|
||||
"ember-classic-decorator": "*",
|
||||
"ember-cli-babel": "^7.5.0",
|
||||
"ember-cli-htmlbars": "^6.1.0"
|
||||
"ember-cli-htmlbars": "^6.1.0",
|
||||
"ember-keyboard": "^8.2.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user