From 8eb6bc2e30712c7e2d3a799723d080ec5612d2bd Mon Sep 17 00:00:00 2001 From: JPeer264 Date: Fri, 17 Feb 2017 17:29:21 +0100 Subject: [PATCH] Refactor json/index --- lib/json/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/json/index.js b/lib/json/index.js index b13cf54..4229311 100644 --- a/lib/json/index.js +++ b/lib/json/index.js @@ -1,4 +1,6 @@ -var jsonFile = require('./jsonfile') +'use strict' + +const jsonFile = require('./jsonfile') jsonFile.outputJsonSync = require('./output-json-sync') jsonFile.outputJson = require('./output-json')