UNPKG

grunt-mochadoc

Version:
13 lines (10 loc) 217 B
'use strict'; const mochadoc = require('./tasks/mochadoc'); module.exports = function (grunt) { grunt.initConfig({ mochadoc: { client: {} } }); mochadoc(grunt); }