File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ This library is still very new and API may change.
13
13
14
14
Add the following dependency to your deps.edn file:
15
15
16
- org.duct-framework/compiler.cljs.shadow {:mvn/version "0.1.0-SNAPSHOT "}
16
+ org.duct-framework/compiler.cljs.shadow {:mvn/version "0.1.0"}
17
17
18
18
Or to your Leiningen project file:
19
19
20
- [org.duct-framework/compiler.cljs.shadow "0.1.0-SNAPSHOT "]
20
+ [org.duct-framework/compiler.cljs.shadow "0.1.0"]
21
21
22
22
## Usage
23
23
Original file line number Diff line number Diff line change 1
- (defproject org.duct-framework /compiler.cljs.shadow " 0.1.0-SNAPSHOT "
2
- :description " FIXME: write description "
1
+ (defproject org.duct-framework /compiler.cljs.shadow " 0.1.0"
2
+ :description " Integrant methods for running Shadow CLJS "
3
3
:url " http://example.com/FIXME"
4
4
:license {:name " Eclipse Public License"
5
5
:url " http://www.eclipse.org/legal/epl-v10.html" }
You can’t perform that action at this time.
0 commit comments