Skip to content

Commit

Permalink
metosin/muuntaja-form
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed May 5, 2020
1 parent 2bf5f7c commit 8adc469
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions modules/muuntaja-form/project.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
(defproject metosin/muuntaja-form "0.6.6"
:description "application/x-www-form-urlencoded format for Muuntaja"
:url "https://github.com/metosin/muuntaja"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git"
:url "https://github.com/metosin/muuntaja"
:dir "../.."}
:plugins [[lein-parent "0.3.2"]]
:parent-project {:path "../../project.clj"
:inherit [:deploy-repositories
:managed-dependencies
:profiles [:dev]]}
:dependencies [[metosin/muuntaja]
[ring/ring-codec]])
1 change: 0 additions & 1 deletion modules/muuntaja/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@
:managed-dependencies
:profiles [:dev]]}
:dependencies [[metosin/jsonista]
[ring/ring-codec]
[com.cognitect/transit-clj]])
2 changes: 2 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

;; all module sources for development
:source-paths ["modules/muuntaja-cheshire/src"
"modules/muuntaja-form/src"
"modules/muuntaja-yaml/src"
"modules/muuntaja-msgpack/src"]

Expand All @@ -40,6 +41,7 @@

;; modules
[metosin/muuntaja "0.6.6"]
[metosin/muuntaja-form "0.6.6"]
[metosin/muuntaja-cheshire "0.6.6"]
[metosin/muuntaja-msgpack "0.6.6"]
[metosin/muuntaja-yaml "0.6.6"]
Expand Down
1 change: 1 addition & 0 deletions scripts/lein-modules
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -e
# Modules
for ext in \
muuntaja \
muuntaja-form \
muuntaja-cheshire \
muuntaja-msgpack \
muuntaja-yaml; do
Expand Down

0 comments on commit 8adc469

Please sign in to comment.