@semiont/cli 0.2.3-build.14 → 0.2.3-build.15
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.mjs +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -42157,7 +42157,7 @@ function getTemplatesDir() {
|
|
|
42157
42157
|
if (__dirname2.includes(path.sep + "src" + path.sep)) {
|
|
42158
42158
|
return path.join(__dirname2, "..", "..", "..", "templates");
|
|
42159
42159
|
} else {
|
|
42160
|
-
return path.join(__dirname2, "
|
|
42160
|
+
return path.join(__dirname2, "templates");
|
|
42161
42161
|
}
|
|
42162
42162
|
}
|
|
42163
42163
|
function copyTemplate(source, dest, replacements) {
|
package/package.json
CHANGED