From d522c1d08a5a3fe71e568c3c11044b6d4072c627 Mon Sep 17 00:00:00 2001 From: Manoj Gupta Date: Mon, 20 Jun 2016 11:33:48 +0530 Subject: [PATCH] async changes to Async why? The problem is when my NPM installed it changes the reference to Async instead of async --- lib/engine.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/engine.js b/lib/engine.js index 18df496..c0e02fc 100644 --- a/lib/engine.js +++ b/lib/engine.js @@ -4,6 +4,9 @@ /*global module: false, onevar: false, console: false */ +//why this async changes to Async + + var async = require("async"); // Main: engine.execute Stateless