UNPKG

ember-cli-twitter-typeahead

Version:
12 lines (9 loc) 243 B
/* jshint node: true */ 'use strict'; module.exports = { name: 'ember-cli-twitter-typeahead', included: function(app) { this._super.included(app); app.import(app.bowerDirectory + '/typeahead.js/dist/typeahead.bundle.js'); } };