haxe-haxelib-install: Remove `haxelib newrepo`, which is not available in Haxe 3.1 and it's not necessary anyway.

This commit is contained in:
Andy Li 2018-10-18 09:44:01 +08:00
parent 937510d454
commit 2fd881ae31
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
class Container {
static function main():Void {
switch (Sys.command("haxelib", ["newrepo"])) {
case 0: //pass
case code: Sys.exit(code);
}
switch (Sys.command("haxelib", ["install", "jQueryExtern"])) {
case 0: //pass
case code: Sys.exit(code);