Skip to content

Commit

Permalink
Refactor json/index
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeer264 committed Feb 17, 2017
1 parent d84afd6 commit 8eb6bc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/json/index.js
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit 8eb6bc2

Please sign in to comment.