From 2fef943bf1c52e8d2be64521202936ca0f7358e3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Jun 2017 20:07:14 +0200 Subject: feat: use configly/TOML for configuration --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index e25d390..93f2ddf 100644 --- a/package.json +++ b/package.json @@ -29,10 +29,12 @@ "supertest": "^3.0.0" }, "dependencies": { + "configly": "^4.1.0", "gray-matter": "^2.1.1", "koa": "^2.2.0", "koa-nunjucks-next": "^1.1.3", "koa-router": "^7.2.1", - "markdown-it": "^8.3.1" + "markdown-it": "^8.3.1", + "toml": "^2.3.2" } } -- cgit 1.4.1