We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba489d7 commit ac78b51Copy full SHA for ac78b51
README.md
@@ -13,11 +13,11 @@ This library is still very new and API may change.
13
14
Add the following dependency to your deps.edn file:
15
16
- org.duct-framework/compiler.cljs.shadow {:mvn/version "0.1.1"}
+ org.duct-framework/compiler.cljs.shadow {:mvn/version "0.1.2"}
17
18
Or to your Leiningen project file:
19
20
- [org.duct-framework/compiler.cljs.shadow "0.1.1"]
+ [org.duct-framework/compiler.cljs.shadow "0.1.2"]
21
22
## Usage
23
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.duct-framework/compiler.cljs.shadow "0.1.1"
+(defproject org.duct-framework/compiler.cljs.shadow "0.1.2"
2
:description "Integrant methods for running Shadow CLJS"
3
:url "http://example.com/FIXME"
4
:license {:name "Eclipse Public License"
0 commit comments