create-rue 0.0.1 → 0.0.4
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/bundle.js +2 -2
- package/package.json +1 -1
package/bundle.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
/*! create-rue v0.0.
|
|
2
|
+
/*! create-rue v0.0.4 | MIT */
|
|
3
3
|
import { createRequire } from "node:module";
|
|
4
4
|
import * as fs from "node:fs";
|
|
5
5
|
import "node:fs";
|
|
@@ -2458,7 +2458,7 @@ function getPackageManagerOptions(preferred) {
|
|
|
2458
2458
|
//#endregion
|
|
2459
2459
|
//#region package.json
|
|
2460
2460
|
var name = "create-rue";
|
|
2461
|
-
var version = "0.0.
|
|
2461
|
+
var version = "0.0.4";
|
|
2462
2462
|
//#endregion
|
|
2463
2463
|
//#region index.ts
|
|
2464
2464
|
const language = await getLanguage(fileURLToPath(new URL("./locales", import.meta.url)));
|