UNPKG

tarifa

Version:

Your friendly toolchain for mobile app development on top of Apache Cordova

10 lines (8 loc) 196 B
var path = require('path'), root = __dirname, tasks = [ 'tasks/create-keystore' ]; module.exports.tasks = tasks.map(function (task) { return path.resolve(root, task); });