From f42f43128d15aa3416374898c8881b05b1bcb548 Mon Sep 17 00:00:00 2001 From: Lio Young Date: Sat, 11 Sep 2021 13:52:35 +0200 Subject: [PATCH] hope this works? --- .gitmodules | 4 ++-- lux | 2 +- src/utils/modulus | 2 +- tsconfig.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index fbd00cf..dfd03b6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,6 @@ [submodule "src/utils/modulus"] path = src/utils/modulus url = git@github.com:thaldrin/modulus.git -[submodule "src/lux"] - path = src/lux +[submodule "lux"] + path = lux url = git@github.com:thaldrin/lux.git diff --git a/lux b/lux index 5e43537..4097d30 160000 --- a/lux +++ b/lux @@ -1 +1 @@ -Subproject commit 5e4353759d897e9b1dc9b0a7a0a4b6bebe5c530d +Subproject commit 4097d300c3ffa81b512c1d680bb2b6f1caedaf29 diff --git a/src/utils/modulus b/src/utils/modulus index 536e9c2..78e731e 160000 --- a/src/utils/modulus +++ b/src/utils/modulus @@ -1 +1 @@ -Subproject commit 536e9c2391657d22bfb72c6270f998446036dbcb +Subproject commit 78e731eab4fe88dbf15d1b654a25b4728c5a8cac diff --git a/tsconfig.json b/tsconfig.json index 35ea045..c03ba92 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,7 @@ "experimentalDecorators": true, "strictBindCallApply": true, "strictPropertyInitialization": false, - "declaration": true + "declaration": false }, "include": ["**/*"], "exclude": [