8483f0c27c
The original version of ember-block-slots doesn't support ember 3 and it seems like development has stalled on the original version. This adds a modified version as an in-repo-addon that is compatible with ember 3.
11 lines
150 B
JSON
11 lines
150 B
JSON
{
|
|
"name": "block-slots",
|
|
"dependencies": {
|
|
"ember-cli-htmlbars": "*",
|
|
"ember-cli-babel": "*"
|
|
},
|
|
"keywords": [
|
|
"ember-addon"
|
|
]
|
|
}
|