@unizap/unicss 1.1.37 → 1.1.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/index.js CHANGED
@@ -5,7 +5,7 @@ const fs = require("fs");
5
5
  const generateCSS = require("../dist/index.js");
6
6
 
7
7
  const args = process.argv.slice(2);
8
- let outFile = "dist/unicss.css";
8
+ let outFile = "style/unicss.css";
9
9
  let watch = false;
10
10
  let skipBase = false; // <-- add this
11
11