aboutsummaryrefslogtreecommitdiff
path: root/lux-js
diff options
context:
space:
mode:
authorEduardo Julian2019-03-31 00:31:05 -0400
committerEduardo Julian2019-03-31 00:31:05 -0400
commitb4c19578ca9d91c34c5aaba567fadb028a1ec877 (patch)
treec39d23a428ceaaa556a97dfd028d36687f738c85 /lux-js
parent118895081d97279a796cc704e6c23bf92ed79e5e (diff)
Added Lux version to manifests.
Diffstat (limited to 'lux-js')
-rw-r--r--lux-js/project.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/lux-js/project.clj b/lux-js/project.clj
index d9b07cf43..29b1800f8 100644
--- a/lux-js/project.clj
+++ b/lux-js/project.clj
@@ -22,7 +22,8 @@
:plugins [[com.github.luxlang/lein-luxc ~version]]
:dependencies [[com.github.luxlang/luxc-jvm ~version]
[com.github.luxlang/stdlib ~version]]
-
+
+ :manifest {"lux" ~version}
:source-paths ["source"]
:lux {:program "program"}
)