diff options
Diffstat (limited to 'community/lua-busted/use-cjson.patch')
-rw-r--r-- | community/lua-busted/use-cjson.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/lua-busted/use-cjson.patch b/community/lua-busted/use-cjson.patch new file mode 100644 index 0000000000..eba3d23c28 --- /dev/null +++ b/community/lua-busted/use-cjson.patch @@ -0,0 +1,8 @@ +--- a/busted/outputHandlers/json.lua ++++ b/busted/outputHandlers/json.lua +@@ -1,4 +1,4 @@ +-local json = require 'dkjson' ++local json = require 'cjson' + + return function(options) + local busted = require 'busted' |