find-deps icon indicating copy to clipboard operation
find-deps copied to clipboard

can not find re-frame

Open aminul2050 opened this issue 7 years ago • 2 comments

clj -A:find-deps re-frame {:deps {re-frame-forms/re-frame-forms {:mvn/version "0.1.3"}}}

expecting - re-frame {:mvn/version "0.10.5"}

aminul2050 avatar Jul 17 '18 05:07 aminul2050

(map :jar-name #_=> (s/search :clojars "re-frame")) ("re-frame-re-play" "re-frame-utils" "re-frame-datatable" "re-frame-rules" "hello-re-frame" "re-frame-collapsible-panel" "re-frame-10x" "re-frame-highcharts" "re-frame-bootstrap-toggle" "re-frame-window-fx" "trace" "test" "re-frame-fx" "re-frame-forms" "abra" "martian-re-frame" "re-frame-dev-tools" "re-frame-firebase" "re-frame-formspree" "re-frame-trace" "lein-template" "re-frame-spec-interceptor" "re-frame-ipfs-fx" "re-frame-auth")

aminul2050 avatar Jul 17 '18 05:07 aminul2050

Thanks for the report, I'll take a look at this. Re-frame should absolutely be high up there.

Searching on clojars itself produces the same results: https://clojars.org/search?q=re-frame. The correct re-frame package is nowhere to be found on the first page of results.

Searching for https://clojars.org/search?q=day8+re-frame does return the right re-frame as the 8th search result. I wonder if something changed in clojars to cause this issue …

hagmonk avatar Jul 17 '18 21:07 hagmonk