diff options
-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" } } |