Remove awesome dependency (#31)

* Remove awesome dependency from rockspec
* Update rockspec name and version for uploading on LuaRocks
This commit is contained in:
Jack 2021-03-30 11:12:09 -04:00 committed by GitHub
parent ff30f6a024
commit 4132364a58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
package = "bling" package = "bling"
version = "scm-1" version = "scm-2"
source = { source = {
url = "https://github.com/Nooo37/bling", url = "https://github.com/Nooo37/bling",
@ -19,7 +19,6 @@ description = {
dependencies = { dependencies = {
"lua >= 5.1", "lua >= 5.1",
"awesome >= 4.0",
} }
build = { build = {