Skip to content

Commit

Permalink
updated tokentree and formatter libs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Feb 10, 2024
1 parent 10bf162 commit 1970af1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions haxe_libraries/formatter.hxml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @install: lix --silent download "haxelib:/formatter#1.15.0" into formatter/1.15.0/haxelib
# @run: haxelib run-dir formatter "${HAXE_LIBCACHE}/formatter/1.15.0/haxelib"
-cp ${HAXE_LIBCACHE}/formatter/1.15.0/haxelib/src
-D formatter=1.15.0
# @install: lix --silent download "haxelib:/formatter#1.16.0" into formatter/1.16.0/haxelib
# @run: haxelib run-dir formatter "${HAXE_LIBCACHE}/formatter/1.16.0/haxelib"
-cp ${HAXE_LIBCACHE}/formatter/1.16.0/haxelib/src
-D formatter=1.16.0
6 changes: 3 additions & 3 deletions haxe_libraries/tokentree.hxml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @install: lix --silent download "haxelib:/tokentree#1.2.10" into tokentree/1.2.10/haxelib
-cp ${HAXE_LIBCACHE}/tokentree/1.2.10/haxelib/src
-D tokentree=1.2.10
# @install: lix --silent download "haxelib:/tokentree#1.2.11" into tokentree/1.2.11/haxelib
-cp ${HAXE_LIBCACHE}/tokentree/1.2.11/haxelib/src
-D tokentree=1.2.11

0 comments on commit 1970af1

Please sign in to comment.