From 19135bfaf49a93c7b30dc8684c1a5f10bace0fe3 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 13 May 2019 17:28:08 -0700 Subject: [PATCH] Add RbxDom library as piece of plugin --- plugin/default.project.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/default.project.json b/plugin/default.project.json index 0e84f4f9..791edc0e 100644 --- a/plugin/default.project.json +++ b/plugin/default.project.json @@ -13,6 +13,9 @@ }, "t": { "$path": "modules/t/lib" + }, + "RbxDom": { + "$path": "modules/rbx-dom/rbx_dom_lua/src" } } } \ No newline at end of file