@cnwangjie/conf
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -25,5 +25,5 @@ /* =================== USAGE =================== | ||
load(path: string): this | ||
load(path: string, resolver: Function): this | ||
args(opt: ArgsOption): this | ||
env(opt: EnvOption): this | ||
load(path: string, resolver?: Function): this | ||
args(opt?: ArgsOption): this | ||
env(opt?: EnvOption): this | ||
separator: string // default '.' | ||
@@ -30,0 +30,0 @@ } |
{ | ||
"name": "@cnwangjie/conf", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Lightweight Node.js configuration with enough feature.", | ||
@@ -5,0 +5,0 @@ "main": "./src/config.js", |
12640