From d322dd00de0f527224c027b4fec5e86f12fd69ed Mon Sep 17 00:00:00 2001 From: vince Date: Tue, 27 Feb 2018 16:53:40 +0100 Subject: [PATCH] refactor: add node 4.x support --- lib/API.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/API.js b/lib/API.js index 0c9519fd8..d950d1b06 100644 --- a/lib/API.js +++ b/lib/API.js @@ -3,6 +3,7 @@ * Use of this source code is governed by a license that * can be found in the LICENSE file. */ +'use strict'; const commander = require('commander'); const fs = require('fs');