0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

fix missing template compiler warning for gh-koenig

no issue
- I was a little overzealous with the file cleanup, not realising that the template compiler must be specified even if it's not installed within the addon
This commit is contained in:
Kevin Ansfield 2017-03-02 18:56:32 +00:00
parent cce955545e
commit 38913eedfd

View file

@ -4,5 +4,8 @@
"keywords": [ "keywords": [
"ember-addon" "ember-addon"
], ],
"readmeFilename": "README.md" "readmeFilename": "README.md",
"dependencies": {
"ember-cli-htmlbars": "1.1.1"
}
} }