emily-css 1.0.19 → 1.0.20

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/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All notable changes to `emily-css` are documented here.
4
4
 
5
5
  ---
6
6
 
7
+ ## v1.0.20 — May 2026
8
+
9
+ **replace folder structure template to tempalates**
10
+
11
+ ### Fixed
12
+ - replace folder structure template to tempalates
13
+
14
+ ---
7
15
  ## v1.0.19 — May 2026
8
16
 
9
17
  **Add framework-aware output paths and bundled showcase template**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emily-css",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "A config-driven utility CSS framework. Define your brand once, generate the CSS.",
5
5
  "main": "src/index.js",
6
6
  "bin": {
package/src/showcase.js CHANGED
@@ -11,7 +11,7 @@ const PORT = 3456;
11
11
  const ROOT = process.cwd();
12
12
  const PACKAGE_ROOT = path.join(__dirname, "..");
13
13
 
14
- const TEMPLATE_SHOWCASE = path.join(PACKAGE_ROOT, "template", "showcase.html");
14
+ const TEMPLATE_SHOWCASE = path.join(PACKAGE_ROOT, "templates", "showcase.html");
15
15
  const PROJECT_SHOWCASE = path.join(ROOT, "showcase.html");
16
16
 
17
17
  const MIME = {