asciidoctor-katex
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -17,3 +17,3 @@ (function (Opal) { | ||
Opal.const_set($nesting[0], 'VERSION', "0.3.1") | ||
Opal.const_set($nesting[0], 'VERSION', "0.3.2") | ||
})($nesting[0], $nesting) | ||
@@ -20,0 +20,0 @@ })($nesting[0], $nesting) |
{ | ||
"name": "asciidoctor-katex", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Asciidoctor extension that converts latexmath to HTML using KaTeX at build-time", | ||
@@ -19,6 +19,6 @@ "author": "Jakub Jirutka <jakub@jirutka.cz>", | ||
"LICENSE", | ||
"README.adoc" | ||
"README.md" | ||
], | ||
"scripts": { | ||
"prepublishOnly": "bundle install && bundle exec rake build:js" | ||
"prepublishOnly": "bundle install && bundle exec rake build:js && bundle exec rake readme2md" | ||
}, | ||
@@ -25,0 +25,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
31803
5
72