chokibasic 2.0.0 → 2.0.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/package.json +2 -2
  2. package/readme.md +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chokibasic",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Basic chokidar watcher + pxpros + esbuild + sass + csso helpers",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "ignore": "^7.0.5",
38
38
  "js-yaml": "^4.2.0",
39
39
  "picomatch": "^4.0.4",
40
- "pxpros": "^2.0.0",
40
+ "pxpros": "^2.0.1",
41
41
  "sass": "^1.100.0"
42
42
  },
43
43
  "allowScripts": {
package/readme.md CHANGED
@@ -235,6 +235,9 @@ await exportDist("src", "dist", "src/banner.txt");
235
235
 
236
236
  ## Changelog
237
237
 
238
+ ## Version 2.0.1
239
+ * PXPros v2.0.1 with YAML for PHP
240
+
238
241
  ## Version 2.0.0
239
242
  * PXPros v2.0.0 with PHP-WASM included
240
243