Skip to content

Commit

Permalink
Merge pull request #5 from rrthomas/master
Browse files Browse the repository at this point in the history
Fix warning during luarocks installation
  • Loading branch information
kikito committed Apr 9, 2013
2 parents 7abe888 + 889b311 commit ac234eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ansicolors-1.0.2-1.rockspec → ansicolors-1.0.2-2.rockspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package = "ansicolors"
version = "1.0.2-1"
version = "1.0.2-2"
source = {
url = "https://github.com/kikito/ansicolors.lua/archive/v1.0.2.tar.gz",
dir = "ansicolors.lua-1.0.2"
Expand All @@ -19,5 +19,6 @@ build = {
type = "builtin",
modules = {
["ansicolors"] = "ansicolors.lua"
}
},
copy_directories = {}
}

0 comments on commit ac234eb

Please sign in to comment.