Skip to content

Commit 123011e

Browse files
Better description
1 parent 89f5344 commit 123011e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

project.clj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(defproject re-frame "0.3.0"
2-
:description "A Reagent Framework For Writing SPAs, in Clojurescript"
2+
:description "A Clojurescript MVC-like Framework For Writing SPAs Using Regent."
33
:url "https://github.com/Day8/re-frame.git"
44
:license {:name "MIT"}
55
:dependencies [[org.clojure/clojure "1.6.0"]
@@ -20,11 +20,7 @@
2020
:jvm-opts ["-Xmx1g" "-XX:+UseConcMarkSweepGC"] ;;
2121
:source-paths ["src"]
2222
:test-paths ["test"]
23-
24-
;; Exclude the demo code from the output of either:
25-
;; - lein jar
26-
;; - lein install
27-
;; :jar-exclusions [#"(?:^|\/)re-frame-demo\/"]
23+
2824

2925
:cljsbuild {:builds [{:id "test" ;; currently bogus, there is no demo or tests
3026
:source-paths ["test"]

0 commit comments

Comments
 (0)