From c439fce1f097987de9176885dc6535b0a1403346 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Fri, 25 Dec 2020 19:49:35 -0700 Subject: initial commit --- project.clj | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 project.clj (limited to 'project.clj') diff --git a/project.clj b/project.clj new file mode 100644 index 0000000..ead4ea0 --- /dev/null +++ b/project.clj @@ -0,0 +1,11 @@ +(defproject org-ckons-cljs.notifications "0.1.0-SNAPSHOT" + :description "A small library which manages the message and errormsg + browser notifications." + :url "FIXME" + :license "public domain" + :dependencies [[org.clojure/clojure "LATEST"] + [org.clojure/clojurescript "LATEST"] + [prismatic/dommy "LATEST"] + [hiccups "LATEST"]] + :plugins [[lein-cljsbuild "LATEST"]] + :clean-targets ^{:protect false} [:target-path "out" "resources/public/cljs"]) -- cgit v1.3