Skip to content

Commit

Permalink
Convert to Git submodules for dependencies, delete bin scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Mar 16, 2018
1 parent c02815b commit 54a8cd4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 47 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/modules
/luacov.*
/installer.lua
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "modules/lemur"]
path = modules/lemur
url = https://github.com/LPGhatguy/lemur.git
[submodule "modules/testez"]
path = modules/testez
url = https://github.com/Roblox/testez.git
9 changes: 0 additions & 9 deletions bin/build-installer.lua

This file was deleted.

37 changes: 0 additions & 37 deletions bin/install-dependencies.lua

This file was deleted.

1 change: 1 addition & 0 deletions modules/lemur
Submodule lemur added at a0f182
1 change: 1 addition & 0 deletions modules/testez
Submodule testez added at 442b71

0 comments on commit 54a8cd4

Please sign in to comment.