git-stack-cli 1.15.1 → 2.0.1-beta

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.
@@ -3,7 +3,6 @@ declare namespace NodeJS {
3
3
  PATH: string;
4
4
  DEV?: "true" | "false";
5
5
  CLI_VERSION?: string;
6
- GIT_STACK_STANDALONE?: "true" | "false";
7
6
  GIT_SEQUENCE_EDITOR_SCRIPT?: string;
8
7
  GIT_STACK_BRANCH_PREFIX?: string;
9
8
  }
package/tsconfig.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "exclude": ["node_modules"],
4
4
 
5
5
  "compilerOptions": {
6
- // prevent outputting any files, rollup will handle that
6
+ // prevent outputting any files, bundler will handle that
7
7
  "noEmit": true,
8
8
 
9
9
  "module": "es2022",