mirror of
https://github.com/knex/knex.git
synced 2025-11-05 20:34:09 +00:00
3 lines
76 B
JavaScript
3 lines
76 B
JavaScript
|
|
module.exports = function(grunt) {
|
||
|
|
grunt.loadNpmTasks('grunt-release');
|
||
|
|
};
|