milkee 3.2.1 → 3.2.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/README-ja.md CHANGED
@@ -6,10 +6,6 @@
6
6
  [![Downloads](https://img.shields.io/npm/dw/milkee.svg)](https://www.npmjs.com/package/milkee)
7
7
  [![License](https://img.shields.io/npm/l/milkee.svg)](./LICENSE)
8
8
 
9
- <a href="https://www.buymeacoffee.com/devuloper" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
10
-
11
- <a href='https://ko-fi.com/E1E41LY2C9' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi6.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
12
-
13
9
  [English](./README.md) | **日本語**
14
10
 
15
11
  [![Milkee logo](./img/Milkee-logo.png)](https://milkee.org)
@@ -87,6 +83,8 @@ module.exports = {
87
83
  // (任意) Milkee ビルダーの追加オプション / プラグイン。
88
84
  milkee: {
89
85
  options: {
86
+ // アップデート通知を無視します。
87
+ // ignoreUpdate: false,
90
88
  // コンパイル前に出力ディレクトリをリセットします。
91
89
  // refresh: false,
92
90
  // コンパイル前に「実行しますか?」と確認します。
@@ -122,6 +120,7 @@ module.exports = {
122
120
 
123
121
  | オプション | 型 | デフォルト | 説明 |
124
122
  | :--- | :--- | :--- | :--- |
123
+ | `ignoreUpdate` | `boolean` | `false` | アップデート通知を無視する |
125
124
  | `refresh` | `boolean` | `false` | コンパイル前に出力ディレクトリをリセットする |
126
125
  | `confirm` | `boolean` | `false` | コンパイル前に「実行しますか?」と確認する |
127
126
  | `copy` | `boolean` | `false` | コンパイル後に entry から output へ非 CoffeeScript ファイルをコピーする(`options.join` が false の場合のみ) |
@@ -165,3 +164,9 @@ npx milkee
165
164
 
166
165
  - [English](./docs/PLUGIN.md)
167
166
  - [日本語](./docs/PLUGIN-ja.md)
167
+
168
+ ## 寄付
169
+
170
+ <a href="https://www.buymeacoffee.com/devuloper" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
171
+
172
+ <a href='https://ko-fi.com/E1E41LY2C9' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi6.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
package/README.md CHANGED
@@ -6,10 +6,6 @@
6
6
  [![Downloads](https://img.shields.io/npm/dw/milkee.svg)](https://www.npmjs.com/package/milkee)
7
7
  [![License](https://img.shields.io/npm/l/milkee.svg)](./LICENSE)
8
8
 
9
- <a href="https://www.buymeacoffee.com/devuloper" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
10
-
11
- <a href='https://ko-fi.com/E1E41LY2C9' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi6.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
12
-
13
9
  **English** | [日本語](./README-ja.md)
14
10
 
15
11
  [![Milkee logo](./img/Milkee-logo.png)](https://milkee.org)
@@ -87,9 +83,11 @@ module.exports = {
87
83
  // (Optional) Additional options/plugins for the Milkee builder.
88
84
  milkee: {
89
85
  options: {
86
+ // Ignore update notifications.
87
+ // ignoreUpdate: false,
90
88
  // Before compiling, reset the directory.
91
89
  // refresh: false,
92
- // Before compiling, prompt "Do you want to Continue?".
90
+ // Before compiling, confirm "Do you want to Continue?"
93
91
  // confirm: false,
94
92
  // After compiling, copy non-coffee files from entry to output directory. (Only works when options.join is false)
95
93
  // copy: false,
@@ -122,6 +120,7 @@ These options control Milkee's behavior.
122
120
 
123
121
  | Option | Type | Default | Description |
124
122
  | :--- | :--- | :--- | :--- |
123
+ | `ignoreUpdate` | `boolean` | `false` | Ignore update notifications. |
125
124
  | `refresh` | `boolean` | `false` | Before compiling, reset the output directory. |
126
125
  | `confirm` | `boolean` | `false` | Before compiling, prompt "Do you want to Continue?". |
127
126
  | `copy` | `boolean` | `false` | After compiling, copy non-coffee files from entry to output directory. (Only works when `options.join` is `false`) |
@@ -165,3 +164,9 @@ Want to create your own Milkee plugin? Check out the plugin documentation:
165
164
 
166
165
  - [English](./docs/PLUGIN.md)
167
166
  - [日本語](./docs/PLUGIN-ja.md)
167
+
168
+ ## Donate
169
+
170
+ <a href="https://www.buymeacoffee.com/devuloper" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
171
+
172
+ <a href='https://ko-fi.com/E1E41LY2C9' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi6.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "milkee",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "A simple CoffeeScript build tool with coffee.config.cjs",
5
5
  "main": "dist/main.js",
6
6
  "bin": {