-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from hiposfer/reader
fix: read-edn macro doesnt exists in cljs
- Loading branch information
Showing
3 changed files
with
55 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
(defproject hiposfer/gtfs.edn "0.1.2" | ||
(defproject hiposfer/gtfs.edn "0.2.0" | ||
:description "A simple gtfs library that exposes the GTFS spec as edn data" | ||
:url "https://github.com/hiposfer/kamal" | ||
:url "https://github.com/hiposfer/gtfs.edn" | ||
:license {:name "LGPLv3" | ||
:url "https://github.com/hiposfer/kamal/blob/master/LICENSE"} | ||
:url "https://github.com/hiposfer/gtfs.edn/blob/master/LICENSE"} | ||
:min-lein-version "2.0.0" | ||
:dependencies [[org.clojure/clojure "1.9.0" :scope "provided"] | ||
[org.clojure/clojurescript "1.9.946" :scope "provided"]] | ||
:profiles {:dev {:dependencies [[markdown2clj "0.1.3"]] | ||
:plugins [[jonase/eastwood "0.2.6"]]}} | ||
;; deploy to clojars as - lein deploy releases | ||
:deploy-repositories [["releases" {:sign-releases false :url "https://clojars.org/repo"}]]) | ||
:deploy-repositories [["releases" {:sign-releases false :url "https://clojars.org/repo"}] | ||
["snapshots" {:sign-releases false :url "https://clojars.org/repo"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters