diff --git a/lua-resty-jwt-dev-0.rockspec b/lua-resty-jwt-dev-0.rockspec index 4c9c77a..3d6b7fc 100644 --- a/lua-resty-jwt-dev-0.rockspec +++ b/lua-resty-jwt-dev-0.rockspec @@ -23,6 +23,7 @@ build = { modules = { ['resty.jwt'] = 'lib/resty/jwt.lua', ['resty.evp'] = 'lib/resty/evp.lua', + ['resty.jwt-validators'] = 'lib/resty/jwt-validators.lua', ['resty.hmac'] = 'vendor/resty/hmac.lua' } }