summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-asciidoc
diff options
context:
space:
mode:
authorJan Klosinski <jan.klosinski@rbs.com>2015-10-16 12:24:39 +0100
committerSamy Pessé <samypesse@gmail.com>2016-12-22 11:46:21 +0100
commit1a5f189c9fc99a0d32cff5ef1c57e1e1729450ae (patch)
treea76f480863eaaac694092bdf85cbc86be45e51d4 /packages/gitbook-asciidoc
parent92ec24debf6e173ea387fb706a3a96ab5c0d3aac (diff)
downloadgitbook-1a5f189c9fc99a0d32cff5ef1c57e1e1729450ae.zip
gitbook-1a5f189c9fc99a0d32cff5ef1c57e1e1729450ae.tar.gz
gitbook-1a5f189c9fc99a0d32cff5ef1c57e1e1729450ae.tar.bz2
Use asciidoctor 1.5.3-preview.1
It contains a fix that makes it possible to install behind a proxy: asciidoctor/asciidoctor.js@143a6867 Related issue: asciidoctor/asciidoctor.js#128
Diffstat (limited to 'packages/gitbook-asciidoc')
-rwxr-xr-xpackages/gitbook-asciidoc/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-asciidoc/package.json b/packages/gitbook-asciidoc/package.json
index 5a3ee2c..284a890 100755
--- a/packages/gitbook-asciidoc/package.json
+++ b/packages/gitbook-asciidoc/package.json
@@ -7,7 +7,7 @@
"dependencies": {
"q": "^1.1.2",
"lodash": "^3.2.0",
- "asciidoctor.js": "1.5.2",
+ "asciidoctor.js": "1.5.3-preview.1",
"cheerio": "^0.19.0"
},
"devDependencies": {