diff options
| author | ckonstanski <ckonstanski@pippiandcarlos.com> | 2020-12-25 19:49:35 -0700 |
|---|---|---|
| committer | ckonstanski <ckonstanski@pippiandcarlos.com> | 2020-12-25 19:49:35 -0700 |
| commit | c439fce1f097987de9176885dc6535b0a1403346 (patch) | |
| tree | 7a1f59f801cd696981520f2ecb5d39b019d3f459 /project.clj | |
initial commit
Diffstat (limited to 'project.clj')
| -rw-r--r-- | project.clj | 11 |
1 files changed, 11 insertions, 0 deletions
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"]) |
