UNPKG

task-master

Version:

A helper to make Grunt task declaration and organization cleaner.

9 lines (8 loc) 157 B
module.exports = { v4: { test: function() { return /^v4/.test(process.version); }, tasks: ['istanbul:cover', 'shell:codeclimate'] } };