Skip to content

Commit

Permalink
FlipTable library
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoteTheMighty committed Mar 15, 2019
1 parent 4a45f7b commit e6366fd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 29 deletions.
9 changes: 2 additions & 7 deletions Rotriever.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name = "test-packages"
name = "FlipTable"
author = "ZoteTheMighty"
license = ""
version = "0.1.0"

[dependencies]
Roact = { git = "https://github.com/Roblox/roact.git" }
Rodux = { git = "https://github.com/Roblox/rodux.git", rev = "abe28472" }
TestEZ = { git = "https://github.com/Roblox/testez.git" }
RoactRodux = { git = "https://github.com/Roblox/roact-rodux.git", rev = "v1.0.0-pre2" }
content_root = "src"
5 changes: 5 additions & 0 deletions src/flipTable.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
local function flipTable()
return "(╯°□°)╯︵ ┻━┻"
end

return flipTable
5 changes: 0 additions & 5 deletions src/hello.lua

This file was deleted.

10 changes: 0 additions & 10 deletions src/hello.spec.lua

This file was deleted.

13 changes: 6 additions & 7 deletions src/init.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
-- Generator information:
-- Human name: Packages Test
-- Variable name: PackagesTest
-- Repo name: packages-test

local hello = require(script.hello)
--[[
A tiny library that provides a function to get a string of
a cute lil Unicode guy flipping a table
]]
local flipTable = require(script.flipTable)

return {
hello = hello,
flipTable = flipTable,
}

0 comments on commit e6366fd

Please sign in to comment.