We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1412d4 commit 4312a77Copy full SHA for 4312a77
project.clj
@@ -1,4 +1,4 @@
1
-(defproject schema.contrib "0.1.0-SNAPSHOT"
+(defproject schema.contrib "0.1.0"
2
:description "A collection of namespaces that operate on prismatic/schema
3
metadata and functions"
4
:url "https://github.com/cddr/schema.contrib"
@@ -11,4 +11,6 @@ metadata and functions"
11
;; TODO: figure out how to put this in dev-dependencies
12
[codox-md "0.2.0"]]
13
:plugins [[codox "0.6.7"]]
14
- :codox {:writer codox-md.writer/write-docs})
+ :codox {:writer codox-md.writer/write-docs
15
+ :output-dir "doc/v0.1.0"
16
+ :src-dir-uri "https://github.com/cddr/schema.contrib/blob/v0.1.0/"})
0 commit comments