summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 4b5d5ca..58a08f7 100644
--- a/package.json
+++ b/package.json
@@ -22,10 +22,10 @@
"files": [
"dist/asciidoctor-interdoc-reftext.js",
"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"
},
"devDependencies": {
"@asciidoctor/core": ">=2.0.0 <2.2.0"