chokibasic 1.1.3 → 1.1.5

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 +7 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chokibasic",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "Basic chokidar watcher + pxpros + esbuild + sass + csso helpers",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -35,7 +35,7 @@
35
35
  "csso": "^5.0.5",
36
36
  "esbuild": "^0.27.3",
37
37
  "ignore": "^7.0.5",
38
- "pxpros": "^1.0.4",
38
+ "pxpros": "^1.1.0",
39
39
  "sass": "^1.97.3"
40
40
  }
41
41
  }
package/readme.md CHANGED
@@ -235,6 +235,12 @@ await exportDist("src", "dist", "src/banner.txt");
235
235
 
236
236
  ## Changelog
237
237
 
238
+ ### Version 1.1.5
239
+ * Update dependancy: pxpros 1.1.0
240
+
241
+ ### Version 1.1.4
242
+ * Update dependancy: pxpros 1.0.5
243
+
238
244
  ### Version 1.1.3
239
245
  * Complete refactor
240
246
  * Fix buildCSS "style: expanded"
@@ -245,7 +251,7 @@ await exportDist("src", "dist", "src/banner.txt");
245
251
 
246
252
  ### Version 1.1.1
247
253
 
248
- * Update dependency: pxpros 1.0.4
254
+ * Update dependancy: pxpros 1.0.4
249
255
 
250
256
  ### Version 1.1.0
251
257