From c652ff1c408392ca28a21ccb56ce540b01a76252 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 27 Jul 2018 00:57:13 +0000 Subject: [PATCH] fix(package): update config to version 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9162eb..13948d3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "lint": "eslint . && pug-lint ./views" }, "dependencies": { - "config": "^1.16.0", + "config": "^2.0.0", "koa": "^2.3.0", "koa-body": "^2.3.0", "koa-compress": "^2.0.0",