Skip to content

Commit

Permalink
provided om
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Jan 21, 2015
1 parent c796f02 commit 6f387f3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.3.3 (1/21/2015)
- Turned Om into a provided dependency.

## 0.3.3 (1/13/2015)

- Added collapse functionality for navbars (https://github.com/racehub/om-bootstrap/pull/41)
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Here's the latest Leiningen version info:

[![Clojars Project](http://clojars.org/racehub/om-bootstrap/latest-version.svg)](http://clojars.org/racehub/om-bootstrap)

You'll also need to add Om:

```clojure
[om "0.7.3"]
```

You can find more detailed information on how to configure your Clojurescript project to use Om-Bootstrap on the documentation site's [Getting Started section](http://om-bootstrap.herokuapp.com/getting-started).

**This is an alpha release. The API and organizational structure are
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[prismatic/om-tools "0.3.6" :exclusions [om]]
[prismatic/schema "0.3.1"
:exclusions [org.clojure/clojurescript]]
[om "0.7.1"]]
[om "0.7.1" :scope "provided"]]
:profiles {:provided
{:dependencies [[org.clojure/clojurescript "0.0-2411"]
[secretary "1.2.0"]
Expand Down

0 comments on commit 6f387f3

Please sign in to comment.