UNPKG

ember-slack-search-input

Version:
16 lines (13 loc) 360 B
/* global require, module */ const EmberAddon = require('ember-cli/lib/broccoli/ember-addon'); module.exports = function(defaults) { const app = new EmberAddon(defaults, { 'ember-bootstrap': { 'bootstrapVersion': 3, 'importBootstrapFont': true, 'importBootstrapCSS': false, 'whitelist': [] } }); return app.toTree(); };