sheetloaf 1.23.1-beta.1 → 1.23.1-beta.2
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/dist/index.js +1 -1
- package/npm-shrinkwrap.json +2469 -0
- package/package.json +3 -8
package/dist/index.js
CHANGED
|
@@ -48,7 +48,7 @@ const fileFinder = __importStar(require("./fileFinder"));
|
|
|
48
48
|
const sources = __importStar(require("./sources"));
|
|
49
49
|
const glob_1 = require("glob");
|
|
50
50
|
const sheetloaf = new commander_1.Command();
|
|
51
|
-
sheetloaf.version("1.23.1-beta.
|
|
51
|
+
sheetloaf.version("1.23.1-beta.2", '-v, --version', 'Print the version of Sheetloaf.');
|
|
52
52
|
let usingStdin = false;
|
|
53
53
|
let postcssConfig = {
|
|
54
54
|
plugins: []
|