UNPKG

plugin-for-dmd

Version:
9 lines (7 loc) 157 B
'use strict'; module.exports = function(){ return { partial: __dirname + "/partials/*.hbs", helper: __dirname + "/helper.js", }; };