diff --git a/build.clj b/build.clj index 7db0cf4..a9d6fe0 100644 --- a/build.clj +++ b/build.clj @@ -4,7 +4,7 @@ [clojure.tools.build.api :as b] [deps-deploy.deps-deploy :as dd])) -(def lib 'org.pinkgorilla/clj-service) +(def lib 'org.pinkgorilla/ui-codemirror) (def version (format "0.1.%s" (b/git-count-revs nil))) (def class-dir "target/classes") (def basis (b/create-basis {:project "deps.edn"})) diff --git a/release.edn b/release.edn deleted file mode 100644 index d09bc3e..0000000 --- a/release.edn +++ /dev/null @@ -1,4 +0,0 @@ -{:group-id "org.pinkgorilla" - :artifact-id "ui-codemirror" - :scm-url "https://github.com/pink-gorilla/ui-codemirror/" - } \ No newline at end of file