UNPKG

utils-extend

Version:

Extend nodejs util api, and it is light weight and simple

11 lines 192 B
module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib-jshint'); grunt.initConfig({ jshint: { all: [ 'test/**/*.js', './*.js' ] } }); };