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.
@@ -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) {
@@ -115,10 +115,4 @@ program
115
115
  }
116
116
  });
117
117
  }); });
118
- // program
119
- // .command('create')
120
- // .argument('<name>', 'Project name')
121
- // .action(async (name: string) => {
122
- // await controller.createProject(name);
123
- // });
124
118
  exports.default = program;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "amxxpack",
3
3
  "description": "AMXXPack",
4
4
  "author": "Hedgehog Fog",
5
- "version": "0.0.8",
5
+ "version": "0.0.9",
6
6
  "license": "MIT",
7
7
  "main": "lib/builder/index.js",
8
8
  "types": "lib/builder/index.d.ts",