diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-12 14:39:33 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-12 16:09:38 +0200 |
commit | 05785c0ebaa851b863f3899bc7522be4829c88b0 (patch) | |
tree | 61e1734335ad2acc2d799e9332a2171d87b879b1 | |
parent | abc608edd8edcf266271f05a62cd44441201d7b6 (diff) |
Change asciidoctor.js version to range to ~1.5.6
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5eefd22..240a84e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "prepublishOnly": "bundle install && bundle exec rake build:js" }, "dependencies": { - "asciidoctor.js": "^1.5.6", + "asciidoctor.js": "~1.5.6", "opal-runtime": "^1.0.3" } } |