This repository was archived by the owner on Feb 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737
3838(task-options!
3939 pom {:project 'nightlight
40- :version " 2.1.7-SNAPSHOT "
40+ :version " 2.1.7"
4141 :description " An embedded Clojure editor"
4242 :url " https://github.com/oakes/Nightlight"
4343 :license {" Public Domain" " http://unlicense.org/UNLICENSE" }}
Original file line number Diff line number Diff line change 1- (defproject nightlight /lein-nightlight " 2.1.6 "
1+ (defproject nightlight /lein-nightlight " 2.1.7 "
22 :description " A conveninent Nightlight launcher for Leiningen projects"
33 :url " https://github.com/oakes/Nightlight"
44 :license {:name " Public Domain"
55 :url " http://unlicense.org/UNLICENSE" }
6- :dependencies [[nightlight " 2.1.6 " :exclusions [org.clojure/core.async]]
6+ :dependencies [[nightlight " 2.1.7 " :exclusions [org.clojure/core.async]]
77 [leinjacker " 0.4.2" ]
88 [org.clojure/tools.cli " 0.3.5" ]]
99 :repositories [[" clojars" {:url " https://clojars.org/repo"
Original file line number Diff line number Diff line change 1212 (eval/eval-in-project
1313 (deps/add-if-missing
1414 project
15- '[nightlight/lein-nightlight " 2.1.6 " ])
15+ '[nightlight/lein-nightlight " 2.1.7 " ])
1616 `(do
1717 (nightlight.core/start ~options)
1818 (when '~main (require '~main)))
Original file line number Diff line number Diff line change 99 [nightlight.watch :as watch]
1010 [reagent.core :as r]))
1111
12- (def version " 2.1.6 " )
12+ (def version " 2.1.7 " )
1313
1414(defn check-browser []
1515 (when (not= -1 (.indexOf js/navigator.userAgent " Edge" ))
You can’t perform that action at this time.
0 commit comments