Making dependency on datascript explicit
This commit is contained in:
parent
6b86a13678
commit
e819193db1
|
@ -4,5 +4,5 @@
|
||||||
:shadow-config
|
:shadow-config
|
||||||
{:modules
|
{:modules
|
||||||
{:scittle.dataspex {:init-fn scittle.dataspex/init
|
{:scittle.dataspex {:init-fn scittle.dataspex/init
|
||||||
:depends-on #{:scittle}
|
:depends-on #{:scittle :scittle.datascript}
|
||||||
:entries [dataspex.core]}}}}]
|
:entries [dataspex.core]}}}}]
|
||||||
|
|
Loading…
Reference in a new issue