UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

8 lines (5 loc) 197 B
'use strict'; const path = require('path'); module.exports = function normalizeBlueprintOption(blueprint) { return blueprint[0] === '.' ? path.resolve(process.cwd(), blueprint) : blueprint; };