From 5c9cc095d0d1e9187841f41daa6b7fc662f806c0 Mon Sep 17 00:00:00 2001 From: Jamie Land Date: Thu, 2 Jan 2025 13:39:44 -0500 Subject: [PATCH] Making a few changes to help with local builds --- .gitignore | 3 +++ package.json | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 package.json 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" + } +}