mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
9 lines
214 B
Diff
9 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'
|