milkee 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/dist/main.js +2 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -121,7 +121,7 @@
121
121
  });
122
122
  otherOptionStrings = [];
123
123
  if (options.bare) {
124
- otherOptionStrings.push("--bare");
124
+ otherOptionStrings.push('--bare');
125
125
  }
126
126
  // consola.info "Option `bare` is selected."
127
127
  if (options.map) {
@@ -159,6 +159,7 @@
159
159
  type: "confirm"
160
160
  }));
161
161
  if (!toContinue) {
162
+ consola.info("Canceled.");
162
163
  return;
163
164
  }
164
165
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "milkee",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "A simple CoffeeScript build tool with coffee.config.cjs",
5
5
  "main": "dist/main.js",
6
6
  "bin": {