Comparing version 8.2.0 to 9.0.0
@@ -16,3 +16,3 @@ 'use strict'; | ||
const readFile = require('./readFile'); | ||
const promisify = require('util').promisify; | ||
const confPath = process.env.CONFI_PATH || path.join(cwd, 'conf'); | ||
@@ -144,2 +144,2 @@ const defaults = { | ||
load.reset = function() {}; | ||
module.exports = load; | ||
module.exports = promisify(load); |
{ | ||
"name": "confi", | ||
"description": "a simple configuration library", | ||
"version": "8.2.0", | ||
"version": "9.0.0", | ||
"homepage": "https://github.com/firstandthird/confi", | ||
@@ -6,0 +6,0 @@ "author": "First+Third", |
Sorry, the diff of this file is not supported yet
242
12137
12