Revert "Modifications to support conversion from ESM in to CJS for the executables"

This commit is contained in:
Jon Janego
2024-03-05 10:20:56 -06:00
committed by GitHub
parent 73da25169f
commit 68f64b7a7b
10 changed files with 2053 additions and 404 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import pkg from '../../package.json';
import { program } from 'commander';
const { program } = require('commander');
program.name(pkg.name);
program.version(pkg.version);