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:
parent
937510d454
commit
2fd881ae31
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue