From fdd9e4c5104063dfaf7df306eed34c97403e0c63 Mon Sep 17 00:00:00 2001 From: extendreality Date: Fri, 3 Jul 2020 08:24:46 +0100 Subject: [PATCH] fix(package.json): add docfx.json file The docfx.json file was missing from the package.json causing the build process to fail. It has now been added. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index df63332..6f0a374 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "*.xml", "Documentation", "Editor", - "Runtime" + "Runtime", + "docfx.json" ] }