aboutsummaryrefslogtreecommitdiff
path: root/node_modules/has-gulplog/index.js
blob: c78b51f29f8a7daea095e3b4ca86f446839606a5 (plain)
1
2
3
4
5
6
7
8
9
'use strict';

var sparkles = require('sparkles');

function hasGulplog(){
  return sparkles.exists('gulplog');
}

module.exports = hasGulplog;