Skip to content

Commit

Permalink
rock installs correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Firanel committed Apr 26, 2021
1 parent c9da524 commit 9fbf9b8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ tmp/

test.lua
*.rockspec
*.rock
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Lua Color

Convert and manipulate color values.


##
7 changes: 3 additions & 4 deletions color.lua → init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require "lib.utils"


require "lua-color.util"
local class = require "lua-color.util.class"

-- Utils

Expand Down Expand Up @@ -33,7 +32,7 @@ end
-- Color


local Color = require "lib.class" (function (this, value)
local Color = class(function (this, value)
if value then
this:set(value)
else
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9fbf9b8

Please sign in to comment.