From 5fdac2c062b45c270c0830cf68755beb489c421c Mon Sep 17 00:00:00 2001 From: Parziphal Date: Sun, 3 Nov 2013 23:45:13 -0500 Subject: [PATCH] fixed scripts --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6f8fba0..8f3267e 100755 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } }, "scripts": { - "post-package-install": [ + "post-install-cmd": [ "ApplicationInstaller\\CompileAssets::compile" ] }