hope this works?

This commit is contained in:
Lio Young 2021-09-11 13:52:35 +02:00
parent 7534d2d8e5
commit f42f43128d
4 changed files with 5 additions and 5 deletions

4
.gitmodules vendored
View File

@ -4,6 +4,6 @@
[submodule "src/utils/modulus"] [submodule "src/utils/modulus"]
path = src/utils/modulus path = src/utils/modulus
url = git@github.com:thaldrin/modulus.git url = git@github.com:thaldrin/modulus.git
[submodule "src/lux"] [submodule "lux"]
path = src/lux path = lux
url = git@github.com:thaldrin/lux.git url = git@github.com:thaldrin/lux.git

2
lux

@ -1 +1 @@
Subproject commit 5e4353759d897e9b1dc9b0a7a0a4b6bebe5c530d Subproject commit 4097d300c3ffa81b512c1d680bb2b6f1caedaf29

@ -1 +1 @@
Subproject commit 536e9c2391657d22bfb72c6270f998446036dbcb Subproject commit 78e731eab4fe88dbf15d1b654a25b4728c5a8cac

View File

@ -20,7 +20,7 @@
"experimentalDecorators": true, "experimentalDecorators": true,
"strictBindCallApply": true, "strictBindCallApply": true,
"strictPropertyInitialization": false, "strictPropertyInitialization": false,
"declaration": true "declaration": false
}, },
"include": ["**/*"], "include": ["**/*"],
"exclude": [ "exclude": [