ralphie 1.1.0 → 1.1.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.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -32,7 +32,7 @@ import { fileURLToPath } from "url";
|
|
|
32
32
|
var __filename2 = fileURLToPath(import.meta.url);
|
|
33
33
|
var __dirname2 = dirname(__filename2);
|
|
34
34
|
function getTemplatesDir() {
|
|
35
|
-
return join(__dirname2, "..", "
|
|
35
|
+
return join(__dirname2, "..", "templates");
|
|
36
36
|
}
|
|
37
37
|
function copyRecursive(src, dest, created, skipped) {
|
|
38
38
|
const entries = readdirSync(src);
|