UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

12 lines (9 loc) 277 B
/* jshint node: true */ 'use strict'; var path = require('path'); module.exports = { name: 'ember-disable-prototype-extensions', included: function() { this.app.import(path.join('vendor', 'disable-prototype-extensions.js'), { type: 'vendor', prepend: true }); } };