commit a52cacc34f61623936bd3b1b809e159f19ab63a0 parent 62f51c281cc003ce1d6564e5cb35261a6ead9aee Author: Hugo Soucy <hugo@soucy.cc> Date: Sun, 20 Mar 2022 20:36:55 -0400 Remove the require inspect Diffstat:
M | cssmin | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/cssmin b/cssmin @@ -13,8 +13,6 @@ $ echo ".red { color: red; }" | ./cssmin ]] -local inspect = require 'inspect' - do local function minify(css) return css