aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/type_check.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/type_check.lua b/src/luarocks/type_check.lua
index 65b4fc15..83091a29 100644
--- a/src/luarocks/type_check.lua
+++ b/src/luarocks/type_check.lua
@@ -8,7 +8,7 @@ package.loaded["luarocks.type_check"] = type_check
8local cfg = require("luarocks.cfg") 8local cfg = require("luarocks.cfg")
9local deps = require("luarocks.deps") 9local deps = require("luarocks.deps")
10 10
11type_check.rockspec_format = "1.1" 11type_check.rockspec_format = "3.0"
12 12
13local string_1 = { _type = "string" } 13local string_1 = { _type = "string" }
14local number_1 = { _type = "number" } 14local number_1 = { _type = "number" }