diff --git a/tools/zip.js b/tools/zip.js index 6932870d..de146cfa 100644 --- a/tools/zip.js +++ b/tools/zip.js @@ -11,7 +11,7 @@ function createZip() { 'node_modules', 'tools', 'package.json', - 'stylus.zip' + '*.zip' ]; const file = fs.createWriteStream(fileName);