summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-03-07 11:48:35 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-03-07 11:48:35 +0100
commitbaf1588117d14181d7fbbb0447e22f591066e61c (patch)
tree09984c263b1a9d13ffff88f142a939906deece5a
parent2472ba1ca17ed3996cd86858c5b03d28d93024d5 (diff)
JS: Allow to use even with @asciidoctor/core 2.1.x
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 665d5cc..4b5d5ca 100644
--- a/package.json
+++ b/package.json
@@ -28,9 +28,9 @@
"prepublishOnly": "bundle install && bundle exec rake build:js"
},
"devDependencies": {
- "@asciidoctor/core": "~2.0.0"
+ "@asciidoctor/core": ">=2.0.0 <2.2.0"
},
"peerDependencies": {
- "@asciidoctor/core": "~2.0.0"
+ "@asciidoctor/core": ">=2.0.0 <2.2.0"
}
}