UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

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); };