amxxpack 0.0.8 → 0.0.9
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/lib/cli/controller.js +0 -1
- package/lib/cli/program.js +0 -6
- package/package.json +1 -1
package/lib/cli/controller.js
CHANGED
|
@@ -42,7 +42,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
42
42
|
var path_1 = __importDefault(require("path"));
|
|
43
43
|
var fs_1 = __importDefault(require("fs"));
|
|
44
44
|
var mkdirp_1 = __importDefault(require("mkdirp"));
|
|
45
|
-
// import childProcess from 'child_process';
|
|
46
45
|
var builder_1 = __importDefault(require("../builder"));
|
|
47
46
|
var compiler_downloader_1 = __importDefault(require("../compiler-downloader"));
|
|
48
47
|
function resolveConfigPath(configPath) {
|
package/lib/cli/program.js
CHANGED