diff options
author | Eduardo Julian | 2021-10-29 02:33:54 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-10-29 02:33:54 -0400 |
commit | 5a71f8b8d7b0ae62420bce637962055b8962ff0e (patch) | |
tree | 3f27d208667cf64d47e036808ed04b8ed598af00 /lux-js/commands.md | |
parent | 6772d0be7d36bf8a7ed4f9f5ba8e872134b809c5 (diff) |
Fixed a glitched that caused extensions coming from imports to be forgotten.
Diffstat (limited to '')
-rw-r--r-- | lux-js/commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-js/commands.md b/lux-js/commands.md index 0c45523ba..0f1ecaa03 100644 --- a/lux-js/commands.md +++ b/lux-js/commands.md @@ -56,6 +56,6 @@ cd ~/lux/stdlib/ \ ``` cd ~/lux/lux-js/ \ -&& mvn install:install-file -Dfile=target/program.js -DgroupId=com.github.luxlang -DartifactId=lux-js -Dversion=0.6.3 -Dpackaging=js +&& mvn install:install-file -Dfile=target/program.js -DgroupId=com.github.luxlang -DartifactId=lux-js -Dversion=0.6.4-SNAPSHOT -Dpackaging=js ``` |