Skip to content

Commit

Permalink
Mark Clj/Cljs as provided dependencies. Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
belucid committed Jan 20, 2020
1 parent df2add4 commit fc77ac3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pom.xml
.lein-cljsbuild*
public/out
*~
pom.xml.asc
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@ To use mrhyde from your ClojureScript project,
add this dependency to your `project.clj`:

[net.drib/mrhyde "0.5.4-SNAPSHOT"]

## Release

Release to [Clojars](https://clojars.org/hexawise/mrhyde) with:

```console
lein deploy clojars
```
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject hexawise/mrhyde "0.6.0-alpha1"
(defproject hexawise/mrhyde "0.6.0-alpha2"
:description "mrhyde: cljs <-> js interop"
:url "https://github.com/dribnet/mrhyde"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/clojurescript "1.10.597"]]
:dependencies [[org.clojure/clojure "1.10.1" :scope "provided"]
[org.clojure/clojurescript "1.10.597" :scope "provided"]]
:min-lein-version "2.9.1"
:source-paths ["src/clj" "src/cljs"]

Expand Down

0 comments on commit fc77ac3

Please sign in to comment.