clovie 0.1.7 → 0.1.8

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/bin/cli.js +2 -2
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -7,8 +7,8 @@ import { dirname } from 'path';
7
7
  const __filename = fileURLToPath(import.meta.url);
8
8
  const __dirname = dirname(__filename);
9
9
 
10
- // Local
11
- import { createClovie } from "../lib/createClovie.js";
10
+ // Local - import from compiled dist for published package
11
+ import { createClovie } from "../dist/index.js";
12
12
 
13
13
  // Check for create command first (before any argument parsing)
14
14
  if (process.argv.includes('create') && process.argv.length > 2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clovie",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Vintage web dev tooling with modern quality of life",
5
5
  "keywords": [
6
6
  "static-site-generator",