mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
8 lines
214 B
Diff
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'
|