File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
(defproject marginalia " 0.9.2"
2
2
:description " lightweight literate programming for clojure -- inspired by [docco](http://jashkenas.github.com/docco/)"
3
- ; ; :main marginalia.main
3
+ :license {:name " Eclipse Public License - v 1.0"
4
+ :url " http://www.eclipse.org/legal/epl-v10.html"
5
+ :distribution :repo
6
+ :comments " same as Clojure" }
7
+ ; ; :main marginalia.main
4
8
:dependencies
5
9
[[org.clojure/clojure " 1.11.1" ]
6
10
[org.clojure/clojurescript " 1.11.132" ]
11
15
12
16
:resource-paths [" vendor" ]
13
17
18
+ :deploy-repositories [[" releases" {:url " https://clojars.org/repo"
19
+ :sign-releases false }]
20
+ [" snapshots" {:url " https://clojars.org/repo"
21
+ :sign-releases false }]]
22
+
14
23
; ; updated to match the latest mathjax website information:
15
24
:marginalia {:javascript [" https://polyfill.io/v3/polyfill.min.js?features=es6"
16
25
" https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" ]}
You can’t perform that action at this time.
0 commit comments