UNPKG

sense-extension-recipes

Version:

Recipes on working with Qlik Sense Visualization Extensions.

6 lines 160 B
/*global module, require*/ var YAML = require( 'yamljs' ); module.exports = function ( grunt ) { 'use strict'; return YAML.load( 'grunt-config.yml' ); };