diff options
author | Marcus Stade <marcus@stade.se> | 2015-10-01 12:01:52 +0200 |
---|---|---|
committer | Marcus Stade <marcus@stade.se> | 2015-10-01 12:01:52 +0200 |
commit | b6f60cc8ad5700fd53be2c29fc60503e4354418d (patch) | |
tree | e9f44c449cb57dae4b401d3581d9a6679bfe8aef | |
parent | 170516d3437bd60b214b1539a927c87e5d4ab12d (diff) | |
download | gitbook-b6f60cc8ad5700fd53be2c29fc60503e4354418d.zip gitbook-b6f60cc8ad5700fd53be2c29fc60503e4354418d.tar.gz gitbook-b6f60cc8ad5700fd53be2c29fc60503e4354418d.tar.bz2 |
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.
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 1dc8104..948b24a 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", |