UNPKG

node-sass-utils

Version:
9 lines (7 loc) 187 B
module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json') }); grunt.loadNpmTasks('grunt-release'); grunt.registerTask('default', []); };