prep for release
This commit is contained in:
parent
507e267fde
commit
181b4c9e09
2 changed files with 2 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
(defproject org.domaindrivenarchitecture/c4k-common-cljs "2.0.3-SNAPSHOT"
|
||||
(defproject org.domaindrivenarchitecture/c4k-common-cljs "2.0.3"
|
||||
:description "Contains predicates and tools for c4k"
|
||||
:url "https://domaindrivenarchitecture.org"
|
||||
:license {:name "Apache License, Version 2.0"
|
||||
|
|
|
@ -20,7 +20,4 @@
|
|||
|
||||
(defmulti load-resource dispatch-by-resource-name)
|
||||
|
||||
(defmulti load-as-edn dispatch-by-resource-name)
|
||||
|
||||
(defmethod load-as-edn :clj [resource-name]
|
||||
(from-string (load-resource resource-name)))
|
||||
(defmulti load-as-edn dispatch-by-resource-name)
|
Loading…
Reference in a new issue