kirbyup 0.24.0 → 0.24.1

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.
@@ -127,7 +127,7 @@ async function printFileInfo(root, outDir, filePath, type, content) {
127
127
  }
128
128
 
129
129
  const name = "kirbyup";
130
- const version = "0.24.0";
130
+ const version = "0.24.1";
131
131
 
132
132
  let resolvedKirbyupConfig;
133
133
  let resolvedPostCssConfig;
package/dist/cli.mjs CHANGED
@@ -22,7 +22,7 @@ async function main(options = {}) {
22
22
  ignoreOptionDefaultValue: true
23
23
  }).option("-d, --out-dir <dir>", "Output directory", {
24
24
  default: process.cwd()
25
- }).option("-w [path], --watch [path]", 'Watch mode. If no path is specified, the folder of the input file will be watched. Repeat "--watch" for multiple paths.').action(async (file, flags) => {
25
+ }).option("-w, --watch [path]", 'Watch mode. If no path is specified, the folder of the input file will be watched. Repeat "--watch" for multiple paths.').action(async (file, flags) => {
26
26
  Object.assign(options, {
27
27
  ...flags
28
28
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kirbyup",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "description": "Zero-config bundler for Kirby Panel plugins",
5
5
  "author": {
6
6
  "name": "Johann Schopplich",