knex/gruntfile.js

3 lines
76 B
JavaScript
Raw Normal View History

2013-08-13 17:50:22 -04:00
module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-release');
};