From 0b1e3d4ee447512ed9cf2d4d3ed86936f32a1178 Mon Sep 17 00:00:00 2001 From: Christophe BOUCAUT Date: Thu, 9 Jul 2015 14:32:53 +0200 Subject: [PATCH] Transform npminstall hook --- hooks/after_plugin_install/npminstall.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hooks/after_plugin_install/npminstall.js b/hooks/after_plugin_install/npminstall.js index 0b2a72b..d637440 100644 --- a/hooks/after_plugin_install/npminstall.js +++ b/hooks/after_plugin_install/npminstall.js @@ -1,4 +1,5 @@ #!/usr/bin/env node +"use strict"; -var exec = require('child_process').exec; +var exec = require("child_process").exec; exec("npm install xml2js@0.4.x"); \ No newline at end of file