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