diff --git a/.gitignore b/.gitignore index 304db9f..93f4401 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .cpcache +/pom.xml +/target/ diff --git a/Readme.md b/Readme.md index 54ecbd4..a558538 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,5 @@ # Shadow-Cljs Tailwind JIT +[![Clojars Project](https://img.shields.io/clojars/v/com.teknql/shadow-cljs-tailwind-jit.svg)](https://clojars.org/com.teknql/shadow-cljs-tailwind-jit) Build hooks for enabling [Tailwind JIT](https://tailwindcss.com/docs/just-in-time-mode) within Shadow Projects. @@ -15,9 +16,8 @@ Add the clojure library to your project via your preferred method (either shadow's own `deps` or in your `deps.edn` file). ```clj -{teknql/shadow-cljs-tailwind-jit - {:git/url "https://github.com/teknql/shadow-cljs-tailwind-jit.git" - :sha "01ba6566eb76b58b2caf47ef0ce683974f0dc942"}} +{com.teknql/shadow-cljs-tailwind-jit + {:mvn/version "0.1.0-SNAPSHOT"}} ``` Next, add the required build hooks to your `shadow-cljs.edn` build configuration: diff --git a/deps.edn b/deps.edn index 516cffc..3ef4cb8 100644 --- a/deps.edn +++ b/deps.edn @@ -3,7 +3,7 @@ {:github "teknql/shadow-cljs-tailwind-jit" :desc "Tailwind JIT buildhooks for Shadow CLJS" :target :jar - :group-id teknql + :group-id com.teknql :artifact-id shadow-cljs-tailwind-jit} :deps {metosin/jsonista {:mvn/version "0.3.2"}