Skip to content

Commit 493f603

Browse files
committed
switch from parinfer submodule to published library
1 parent ee37ba9 commit 493f603

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "parinfer"]
2-
path = parinfer
3-
url = https://github.com/shaunlebron/parinfer.git

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ This is, maybe, not optimized enough - it reads and writes the entire buffer wit
3838

3939
# Development
4040

41-
You need to update sub-modules and
42-
`cd parinfer && lein install`
43-
4441
### To build
4542
`lein cljsbuild auto plugin`
4643

parinfer

Lines changed: 0 additions & 1 deletion
This file was deleted.

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:dependencies [[org.clojure/clojure "1.7.0"]
66
[org.clojure/clojurescript "1.7.170"]
7-
[parinfer "0.1.0-SNAPSHOT"]
7+
[parinfer "0.1.0"]
88
[org.clojure/core.async "0.2.374" :exclusions [org.clojure/tools.reader]]]
99

1010
:plugins [[lein-cljsbuild "1.1.1"]

0 commit comments

Comments
 (0)