Remove extra dot file from zip exclusion list

This commit is contained in:
Rob Garrison 2018-07-21 08:36:52 -05:00
parent 556c6817e0
commit 268417b6fb

View File

@ -7,7 +7,6 @@ const archiver = require('archiver');
function createZip() { function createZip() {
const fileName = 'stylus.zip'; const fileName = 'stylus.zip';
const exclude = [ const exclude = [
'.editorconfig',
'.*', '.*',
'node_modules', 'node_modules',
'tools', 'tools',