create-syncular-app 0.1.2 → 0.1.3
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
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
import { basename, join, resolve } from "node:path";
|
|
13
13
|
import { createInterface } from "node:readline/promises";
|
|
14
14
|
import { fileURLToPath, pathToFileURL } from "node:url";
|
|
15
|
-
var FALLBACK_SYNCULAR_VERSION_RANGE = "^0.1.
|
|
15
|
+
var FALLBACK_SYNCULAR_VERSION_RANGE = "^0.1.3";
|
|
16
16
|
function usage() {
|
|
17
17
|
return `usage: create-syncular-app <target-dir>
|
|
18
18
|
|