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 {
|
class Container {
|
||||||
static function main():Void {
|
static function main():Void {
|
||||||
switch (Sys.command("haxelib", ["newrepo"])) {
|
|
||||||
case 0: //pass
|
|
||||||
case code: Sys.exit(code);
|
|
||||||
}
|
|
||||||
switch (Sys.command("haxelib", ["install", "jQueryExtern"])) {
|
switch (Sys.command("haxelib", ["install", "jQueryExtern"])) {
|
||||||
case 0: //pass
|
case 0: //pass
|
||||||
case code: Sys.exit(code);
|
case code: Sys.exit(code);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue