create-stardrive 1.2.0 → 1.2.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/bin/index.js +8 -1
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -390,7 +390,14 @@ import fs3 from "node:fs";
|
|
|
390
390
|
import os from "node:os";
|
|
391
391
|
import path3 from "node:path";
|
|
392
392
|
import { execSync as execSync2 } from "node:child_process";
|
|
393
|
-
var TRIM_ENTRIES = [
|
|
393
|
+
var TRIM_ENTRIES = [
|
|
394
|
+
"scripts/syncVersion.js",
|
|
395
|
+
".ai/TRIMMING_GUIDE.md",
|
|
396
|
+
"SECURITY.md",
|
|
397
|
+
"CHANGELOG.md",
|
|
398
|
+
"repository-header.png",
|
|
399
|
+
".github"
|
|
400
|
+
];
|
|
394
401
|
var STALE_LOCKFILES = [
|
|
395
402
|
"package-lock.json",
|
|
396
403
|
"pnpm-lock.yaml",
|