aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-busted/use-cjson.patch
blob: eba3d23c2880c98ac4663d16511b6322cddb858e (plain)
1
2
3
4
5
6
7
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'