parse env json the same as the rest, with hjson

This commit is contained in:
Wyatt Johnson
2018-03-13 16:55:02 -06:00
parent 613688456a
commit a36960a6f0
+2 -1
View File
@@ -1 +1,2 @@
module.exports = JSON.parse(process.env.TALK_PLUGINS_JSON);
const hjson = require('hjson');
module.exports = hjson.parse(process.env.TALK_PLUGINS_JSON);