diff --git a/project.clj b/project.clj index 113ccb8..aeded1b 100644 --- a/project.clj +++ b/project.clj @@ -1,8 +1,7 @@ -(defproject cljs-defasync "0.1.0-SNAPSHOT" - :source-paths ["comp/clojurescript/src/clj" - "comp/clojurescript/src/cljs"] +(defproject cljs-asynchronize/cljs-asynchronize "0.1.1-SNAPSHOT" + :source-paths ["src"] :description "Asynchronize callback code" - :url "" + :url "https://github.com/gilbertw1/cljs-asynchronize" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :plugins [[lein-cljsbuild "0.3.2"] @@ -15,5 +14,4 @@ :optimizations :simple :pretty-print true}}]} :dependencies [[org.clojure/clojure "1.5.1"] - [org.clojure/tools.nrepl "0.2.3"] - [org.clojure/core.async "0.1.0-SNAPSHOT"]]) \ No newline at end of file + [org.clojure/tools.nrepl "0.2.3"]]) \ No newline at end of file