From d7291f24471a2b69e05ff36236c9fb95c0b9f416 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 22 Sep 2021 23:23:58 +0200 Subject: [PATCH] bb.edn --- bb.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb.edn b/bb.edn index 789f570..85cfff1 100644 --- a/bb.edn +++ b/bb.edn @@ -1,6 +1,6 @@ {:tasks {:requires ([babashka.fs :as fs] - [cheshire.json :as json]) + [cheshire.core :as json]) clean {:doc "Start from clean slate." :task (do (run! fs/delete (fs/list-dir (fs/file "resources" "public" "js") "**.*"))