1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/lua-busted/use-cjson.patch
2017-03-12 22:11:34 +01:00

8 lines
214 B
Diff

--- 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'