open-consul/ui-v2/lib/block-slots/index.js
John Cowen 8483f0c27c
ui: Custom version of ember-block-slots compatible with ember 3 (#5245)
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.
2019-01-30 10:56:04 +00:00

7 lines
94 B
JavaScript

/* eslint-env node */
'use strict';
module.exports = {
name: require('./package').name,
};