UNPKG

ember-introjs

Version:
6 lines (4 loc) 147 B
var path = require('path'); module.exports = function buildBowerPackagePath(project, name) { return path.join(project.bowerDirectory, name); };