Compare commits

...

4 Commits

Author SHA1 Message Date
Johan Preynat 67479a8789 Bump version to 2.6.9 2018-10-11 17:23:42 +02:00
Johan Preynat 7e9f2184e5 Use fork of send for retro-compatibility 2018-10-11 17:23:26 +02:00
Johan Preynat 04d8ada281 Bump version to 2.6.8 2018-10-10 17:35:54 +02:00
Johan Preynat 59a5e87a6e Use fork of i18n compatible with Node 4 and 5 2018-10-10 17:34:16 +02:00
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "2.6.7",
"version": "2.6.9",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",
@@ -19,13 +19,13 @@
"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",
"gitbook-plugin-livereload": "0.0.1",
"chokidar": "~1.0.5",
"send": "0.2.0",
"send": "GitbookIO/send#9081de9cb0fc85d60e871685f252c98db764cb55",
"tiny-lr": "0.2.1",
"tmp": "0.0.24",
"crc": "3.2.1",