ember-cli-horizon
Version:
An Ember service for managing a Horizon connection, and an adapter to request data from that connection.
14 lines (12 loc) • 369 B
JavaScript
/*jshint node:true*/
module.exports = {
description: 'Default blueprint to be run after install.',
afterInstall: function() {
return this.addPackagesToProject([
{ package: '@horizon/client' },
{ package: 'bufferutil' },
{ package: 'utf-8-validate' },
{ package: 'ember-browserify' }
]);
}
};