Skip to content

Commit

Permalink
fix: don't use metosin/muuntaja in top-level project.clj
Browse files Browse the repository at this point in the history
you're not supposed to deploy the top-level project, just the modules
  • Loading branch information
opqdonut committed Mar 15, 2024
1 parent a15b382 commit dd844c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(defproject metosin/muuntaja "0.6.9"
(defproject muuntaja-dev "0.6.9"
;; See modules/muuntaja/project.clj for actual project.clj used when releasing.
;; This project.clj is just for local development.
:description "Clojure library for format encoding, decoding and content-negotiation"
:url "https://github.com/metosin/muuntaja"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit dd844c1

Please sign in to comment.