Skip to content

Commit

Permalink
updated dependencies for new version of fs-extras-lua
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-zam committed Jan 29, 2019
1 parent 65d3a7c commit 50805d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.peru
/.peru
/.mp
/contentdb
/third-party
15 changes: 12 additions & 3 deletions mod.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@ _G.log = require "third-party.log"
_G.inspect = require "third-party.inspect"
_G.luvent = require "third-party.Luvent"
require "third-party.base64"
_G.fs = require "third-party.fs"
require "table_ext"
require "string_ext"
require "underscore_alias"
require "third-party.append_to_start"
require "third-party.copy"
require "third-party.directory_list"
require "third-party.formatter"
require "third-party.get_all_files"
require "third-party.read_file"
require "third-party.read_lines"
require "third-party.path_separator"
_G.contentdb = require "contentdb.mod"
_G.keys = require "keys.mod"
require "loaders.package"
theme_loader = require "loaders.themes.base"
class_loader = require "loaders.classes"
theme_loader = require "loaders.themes"
class_loader = require "loaders.styles"
require "helpers/render"
require "helpers/send_request"

0 comments on commit 50805d7

Please sign in to comment.