From d3522576c5de2028c18e700cd0796a8db3f4c52f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 13 Mar 2019 22:06:32 -0400 Subject: No longer needing "jvm" or "js" configurations in "project.clj" files for Lux projects. --- new-luxc/project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'new-luxc') diff --git a/new-luxc/project.clj b/new-luxc/project.clj index a6f3510f2..182673452 100644 --- a/new-luxc/project.clj +++ b/new-luxc/project.clj @@ -42,6 +42,6 @@ :source-paths ["source"] :test-paths ["test"] - :lux {:program {:jvm "program"} - :tests {:jvm "tests"}} + :lux {:program "program" + :test "tests"} ) -- cgit v1.2.3