aboutsummaryrefslogtreecommitdiff
path: root/nerv/nerv-scm-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'nerv/nerv-scm-1.rockspec')
-rw-r--r--nerv/nerv-scm-1.rockspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/nerv/nerv-scm-1.rockspec b/nerv/nerv-scm-1.rockspec
index 0e1e47f..d039e85 100644
--- a/nerv/nerv-scm-1.rockspec
+++ b/nerv/nerv-scm-1.rockspec
@@ -11,7 +11,8 @@ description = {
license = "BSD"
}
dependencies = {
- "lua >= 5.1"
+ "lua >= 5.1",
+ "penlight >= 1.3.2"
}
build = {
type = "make",