From 6a4816a61de1714bcc89bd3ebbf763e5857eab21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Sat, 31 Dec 2016 04:22:10 -0300 Subject: [PATCH] [Nostromo] Composer and Bin Script --- bin/mage | 4 ++-- composer.json | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/bin/mage b/bin/mage index 16b10c3..fed329b 100755 --- a/bin/mage +++ b/bin/mage @@ -2,10 +2,10 @@ configure(__DIR__ . '/../.mage.yml'); +$mage->configure('.mage.yml'); $mage->run(); \ No newline at end of file diff --git a/composer.json b/composer.json index b3a866e..6984c8e 100644 --- a/composer.json +++ b/composer.json @@ -29,10 +29,8 @@ "**/Tests/" ] }, - "config": { + "config": { "bin-dir": "bin" }, - "bin": [ - "bin/mage" - ] + "bin": ["bin/mage"] } \ No newline at end of file