Skip to content

Commit

Permalink
new (#1)
Browse files Browse the repository at this point in the history
0.2.0-alpha
  • Loading branch information
darkleaf authored Nov 27, 2016
1 parent a3ecc07 commit 2b6625b
Show file tree
Hide file tree
Showing 9 changed files with 429 additions and 575 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
language: clojure
script: lein do test, doo node test once
16 changes: 12 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
(defproject darkleaf/router "0.1.0-SNAPSHOT"
(defproject darkleaf/router "0.2.0-alpha"
:description "Bidirectional Ring router. REST oriented."
:url "https://github.com/darkleaf/router"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/core.match "0.3.0-alpha4"]
[backtick "0.3.3"]])
:dependencies [[org.clojure/clojure "1.8.0" :scope "provided"]
[org.clojure/clojurescript "1.9.293" :scope "provided"]]
:plugins [[lein-cljsbuild "1.1.4"]
[lein-doo "0.1.7"]]
:cljsbuild {:builds [{:id "test"
:source-paths ["test" "src"]
:compiler {:optimizations :none
:target :nodejs
:output-to "target/testable.js"
:output-dir "target"
:main darkleaf.test-runner}}]})
214 changes: 0 additions & 214 deletions src/darkleaf/router.clj

This file was deleted.

Loading

0 comments on commit 2b6625b

Please sign in to comment.