From 59a5e87a6efe590fd1ebfd1ca3919bb2f4cea916 Mon Sep 17 00:00:00 2001 From: Johan Preynat Date: Wed, 10 Oct 2018 17:34:16 +0200 Subject: [PATCH] Use fork of i18n compatible with Node 4 and 5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d11bca30..e8ab4362c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "nunjucks": "2.2.0", "nunjucks-autoescape": "1.0.0", "nunjucks-filter": "1.0.0", - "i18n": "0.5.0", + "i18n": "GitbookIO/i18n-node#f26fbfa6b1d7a3bb086ff7849ca262f58a30255b", "semver": "5.0.1", "npmi": "0.1.1", "cheerio": "0.19.0",