Skip to content

Commit

Permalink
Remove resources folder, update router and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
retro committed Jul 21, 2018
1 parent ece3d29 commit c1d3913
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 36 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject keechma/keechma "0.3.12" (defproject keechma/keechma "0.3.13"
:description "Frontend micro framework for ClojureScript and Reagent" :description "Frontend micro framework for ClojureScript and Reagent"
:url "http://github.com/keechma/keechma" :url "http://github.com/keechma/keechma"
:license {:name "MIT"} :license {:name "MIT"}
Expand All @@ -14,7 +14,7 @@
[lein-doo "0.1.7"] [lein-doo "0.1.7"]
[com.stuartsierra/dependency "0.2.0"] [com.stuartsierra/dependency "0.2.0"]
[secretary "1.2.3"] [secretary "1.2.3"]
[keechma/router "0.1.1"] [keechma/router "0.1.2"]
[com.cognitect/transit-cljs "0.8.239"] [com.cognitect/transit-cljs "0.8.239"]
[syntest "0.1.0"]] [syntest "0.1.0"]]


Expand Down
2 changes: 0 additions & 2 deletions resources/public/css/style.css

This file was deleted.

15 changes: 0 additions & 15 deletions resources/public/index.html

This file was deleted.

0 comments on commit c1d3913

Please sign in to comment.