From b6f60cc8ad5700fd53be2c29fc60503e4354418d Mon Sep 17 00:00:00 2001 From: Marcus Stade Date: Thu, 1 Oct 2015 12:01:52 +0200 Subject: [PATCH] Change nunjucks dependency to v2.1.0 Looks like mozilla/nunjucks#504 was merged and released in v2.1.0, so this changes `package.json` to no longer depend on a specific commit. Incidentally, this also solves a problem where corporate firewalls blocks npm from pulling in straight from github repos. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1dc810460..948b24aed 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "fstream-ignore": "1.0.2", "gitbook-parsers": "0.8.3", "gitbook-plugin-highlight": "1.0.3", - "nunjucks": "mozilla/nunjucks#dc89bf91611a2101731c2c06afcf5c32160b4dc9", + "nunjucks": "2.1.0", "nunjucks-autoescape": "1.0.0", "nunjucks-filter": "1.0.0", "i18n": "0.5.0",