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:
Kevin Ansfield 2022-08-02 15:51:59 +01:00
parent d066f68f0b
commit a5ec6cca06

View File

@ -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"
}
}