Ghost/ghost/admin/lib/gh-koenig/package.json
Kevin Ansfield 38913eedfd 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
2017-03-02 18:56:32 +00:00

12 lines
217 B
JSON

{
"name": "gh-koenig",
"description": "A mobiledoc-kit based editor for Ghost.",
"keywords": [
"ember-addon"
],
"readmeFilename": "README.md",
"dependencies": {
"ember-cli-htmlbars": "1.1.1"
}
}