Skip to content

Commit

Permalink
Refactors, bump alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
paintparty committed Oct 27, 2022
1 parent feaf13e commit 80ae0f5
Show file tree
Hide file tree
Showing 59 changed files with 5,488 additions and 6,683 deletions.
701 changes: 391 additions & 310 deletions README.md

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
(defproject org.clojars.paintparty/kushi "1.0.0-alpha10"
(defproject org.clojars.paintparty/kushi "1.0.0-alpha11"
:description "ClojureScript CSS Solution"
:url "https://github.com/paintparty/kushi"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.3"]
[garden "1.3.10"]
[applied-science/js-interop "0.3.3"]
[io.aviso/pretty "1.1"]
[medley "1.3.0"]]
[expound "0.9.0"]]
:repl-options {:init-ns kushi.core}
:profiles {:dev {:plugins [[com.jakemccrary/lein-test-refresh "0.25.0"]]}}
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
Expand Down
353 changes: 0 additions & 353 deletions src/kushi/ansiformat.cljc

This file was deleted.

0 comments on commit 80ae0f5

Please sign in to comment.