diff --git a/pack.js b/pack.js deleted file mode 100644 index 1e598cd..0000000 --- a/pack.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - tasks: [ - { name: 'Build', action: 'build', options: { minify: true } }, - { name: 'Test', action: 'test' }, - { name: 'Package', action: 'package', options: { format: 'zip' } }, - ], -}; \ No newline at end of file