UNPKG

349 BJavaScriptView Raw
1module.exports = function(grunt){
2
3 grunt.loadTasks('tasks');
4
5 grunt.initConfig({
6 release: {
7 options: {
8 // bump: true,
9 // file: 'test-component.json',
10 // add: false,
11 // commit: false,
12 // tag: false,
13 // push: false,
14 // pushTags: false,
15 // npm: false,
16 }
17 }
18 });
19};
\No newline at end of file