UNPKG

generator-hilary

Version:

Yeoman generator for projects that use hilary IoC (DI)

13 lines (10 loc) 319 B
/* // This file is the main entry point for defining grunt tasks and using grunt plugins. // Click here to learn more. http://go.microsoft.com/fwlink/?LinkID=513275&clcid=0x409 */ module.exports = function (grunt) { "use strict"; grunt.initConfig({ pkg: grunt.file.readJSON('package.json') }); };