UNPKG

bitcore-wallet-client-dash

Version:
11 lines (8 loc) 199 B
module.exports = function(grunt) { // Project configuration. grunt.initConfig({ pkg: grunt.file.readJSON('package.json') }); // Default task(s). grunt.registerTask('default', []); };