Skip to content

Commit

Permalink
use .pkgmeta to get external depencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuds authored and Rottenbeer committed May 20, 2021
1 parent e51632d commit 8f524a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 102 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ItemRack/Libs/*/*
ItemRackOptions/Libs/*/*
3 changes: 3 additions & 0 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
package-as: ItemRack
externals:
ItemRack/Libs/LibStub: https://repos.curseforge.com/wow/libstub/trunk
ItemRackOptions/Libs/LibStub: https://repos.curseforge.com/wow/libstub/trunk
move-folders:
ItemRack/ItemRack: ItemRack
ItemRack/ItemRackOptions: ItemRackOptions
Expand Down
51 changes: 0 additions & 51 deletions ItemRack/Libs/LibStub/LibStub.lua

This file was deleted.

51 changes: 0 additions & 51 deletions ItemRackOptions/Libs/LibStub/LibStub.lua

This file was deleted.

0 comments on commit 8f524a3

Please sign in to comment.