From f24049d27226fce3d01500129af9adfa0e89682f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BA=D0=BE=D0=B2=D0=BE=D1=80=D0=BE=D0=B4=D0=B0=20?= =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=90=D0=BD=D0=B4=D1=80?= =?UTF-8?q?=D0=B5=D0=B5=D0=B2=D0=B8=D1=87?= Date: Mon, 17 Aug 2015 23:48:50 +0300 Subject: [PATCH] Do not needlessly require `sys`. `sys` module wasn't used in `lib.js`. Also, `sys` module is deprecated. --- lib/sync.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/sync.js b/lib/sync.js index 51ea090..737b374 100644 --- a/lib/sync.js +++ b/lib/sync.js @@ -1,6 +1,5 @@ var fs = require('fs'), - sys = require('sys'), exec = require('child_process').exec, async = require('async'), xtend = require('xtend'),