diff --git a/.gitignore b/.gitignore index 01d9a8e..54b8cd5 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,6 @@ package-lock.json # Ignore yarn.lock for Yarn yarn.lock + +antora-viewer-fs/ +antora-viewer.tar \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..4b9522f --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "dependencies": { + "@asciidoctor/core": "^3.0.4", + "asciidoctor-emoji": "^0.5.0", + "gulp": "^5.0.0" + } +}