milkee 2.4.0-dev.2 → 2.4.0

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/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -144,3 +144,10 @@ milkee
144
144
  # or local
145
145
  npx milkee
146
146
  ```
147
+
148
+ ## Creating a Plugin
149
+
150
+ Want to create your own Milkee plugin? Check out the plugin documentation:
151
+
152
+ - [English](./docs/PLUGIN.md)
153
+ - [日本語](./docs/PLUGIN-ja.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "milkee",
3
- "version": "2.4.0-dev.2",
3
+ "version": "2.4.0",
4
4
  "description": "A simple CoffeeScript build tool with coffee.config.cjs",
5
5
  "main": "dist/main.js",
6
6
  "bin": {