diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-07 11:48:35 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-07 11:48:35 +0100 |
commit | baf1588117d14181d7fbbb0447e22f591066e61c (patch) | |
tree | 09984c263b1a9d13ffff88f142a939906deece5a | |
parent | 2472ba1ca17ed3996cd86858c5b03d28d93024d5 (diff) |
JS: Allow to use even with @asciidoctor/core 2.1.x
-rw-r--r-- | package.json | 4 |
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" } } |