milkee 2.4.2 → 2.4.3

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.
@@ -99,7 +99,7 @@ copyDocs = function(src, dest) {
99
99
  return true;
100
100
  };
101
101
 
102
- PLUGIN_KEYWORDS = ['milkee', 'coffeescript', 'coffee', 'ext', 'plugin', 'milkee-plugin'];
102
+ PLUGIN_KEYWORDS = ['milkee', 'coffeescript', 'coffee', 'plugin', 'milkee-plugin'];
103
103
 
104
104
  // Update package.json
105
105
  updatePackageJson = function() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "milkee",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "description": "A simple CoffeeScript build tool with coffee.config.cjs",
5
5
  "main": "dist/main.js",
6
6
  "bin": {
@@ -29,6 +29,8 @@ module.exports = {
29
29
  // refresh: false,
30
30
  // Before compiling, confirm "Do you want to Continue?"
31
31
  // confirm: false,
32
+ // After compiling, copy non-coffee files from entry to output directory. (Only works when options.join is false)
33
+ // copy: false,
32
34
  },
33
35
  plugins: []
34
36
  },