Add parsers parameter to readConfig/Sync to support non-JSON formats like YAML (fixes #118).

This commit is contained in:
David Anson 2018-05-23 22:24:40 -07:00
parent 2b4ecdced8
commit 101edd8496
10 changed files with 252 additions and 31 deletions

View file

@ -35,8 +35,10 @@
"eslint": "~4.19.1",
"glob": "~7.1.2",
"istanbul": "~0.4.5",
"js-yaml": "~3.11.0",
"nodeunit": "~0.11.2",
"rimraf": "~2.6.2",
"toml": "~2.3.3",
"tv4": "~1.3.0",
"typescript": "~2.8.3",
"uglify-js": "~3.3.25"