aboutsummaryrefslogtreecommitdiff
path: root/lux-js/project.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-07-26 18:08:04 -0400
committerEduardo Julian2022-07-26 18:08:04 -0400
commitfeacd79496ae9c76492d5a12d30b78724b642654 (patch)
treea85708d1bfe43a98ba62b7f8589dcc95a71f86f5 /lux-js/project.lux
parentdec796a9838e39148c007f3f3d360964d7cb68de (diff)
Made inlined functions into first-class macros.
Diffstat (limited to 'lux-js/project.lux')
-rw-r--r--lux-js/project.lux11
1 files changed, 6 insertions, 5 deletions
diff --git a/lux-js/project.lux b/lux-js/project.lux
index c7be34e6f..7112c796f 100644
--- a/lux-js/project.lux
+++ b/lux-js/project.lux
@@ -1,5 +1,5 @@
[""
- ["identity" ["com.github.luxlang" "lux-js" "0.6.6-SNAPSHOT"]
+ ["identity" ["com.github.luxlang" "lux-js" "0.7.0-SNAPSHOT"]
"info" ["url" "https://github.com/LuxLang/lux"
"scm" "https://github.com/LuxLang/lux.git"
"licenses" [["name" "Lux License v0.1.2"
@@ -18,11 +18,12 @@
"dependencies" [... ["com.github.luxlang" "stdlib" "0.6.5" "tar"]
]
- "program" "program"]
+ "program" program._]
"js"
- ["lux" ["com.github.luxlang" "lux-js" "0.6.6-SNAPSHOT" "js"]]
+ ["lux" ["com.github.luxlang" "lux-js" "0.7.0-SNAPSHOT" "js"]]
"jvm"
- ["lux" ["com.github.luxlang" "lux-jvm" "0.6.6-SNAPSHOT" "jar"]
- "dependencies" [["org.openjdk.nashorn" "nashorn-core" "15.1" "jar"]]]]
+ ["lux" ["com.github.luxlang" "lux-jvm" "0.7.0-SNAPSHOT" "jar"]
+ "dependencies" [["com.github.luxlang" "lux-jvm-function" "0.6.5" "jar"]
+ ["org.openjdk.nashorn" "nashorn-core" "15.1" "jar"]]]]