knex/gruntfile.js
2013-08-13 17:50:22 -04:00

3 lines
76 B
JavaScript

module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-release');
};