loom icon indicating copy to clipboard operation
loom copied to clipboard

Add a rudimentary deps.edn file

Open cjsauer opened this issue 3 years ago • 0 comments

This PR just adds a deps.edn file with the necessary dependencies specified in order to allow one to depend on Loom via git deps. Relevant issue is here https://github.com/aysylu/loom/issues/135

I tested it in my project by including the following coordinates in my project's deps file:

aysylu/loom {:git/url "https://github.com/cjsauer/loom.git"
             :sha     "acd15ed3136a0f4091e97bfc187764ff8b60da4e"}

This worked fine in both CLJ and CLJS (my project is CLJC).

cjsauer avatar Nov 02 '22 23:11 cjsauer