Skip to content
This repository was archived by the owner on Jun 21, 2021. It is now read-only.

Commit 745ed1f

Browse files
committed
Adds some config.
1 parent 5220141 commit 745ed1f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ pom.xml.asc
1010
/.nrepl-port
1111
.hgignore
1212
.hg/
13-
node_modules
13+
node_modules
14+
.clj-kondo
15+
.lsp

project.clj

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
(defproject sine "0.0.3"
1+
(defproject sine "0.0.4"
22
:description "A port of Sinuous to ClojureScript"
3+
:repositories [["releases" {:url "https://blueant.com/archiva/internal"
4+
:creds :gpg}]]
35
:url "https://github.com/theSherwood/sine"
46
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
57
:url "https://www.eclipse.org/legal/epl-2.0/"}

0 commit comments

Comments
 (0)