UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

7 lines (5 loc) 215 B
var path = require('path'); var readNodeModulesPath = require('./read-node-modules-path'); module.exports = function buildNodePackagePath(project, name) { return path.join(readNodeModulesPath(project), name); };