Skip to content

Commit

Permalink
Merge pull request #195 from CFiggers/patch-1
Browse files Browse the repository at this point in the history
Update init.janet to reflect native-ification of base64 module
  • Loading branch information
bakpakin authored Sep 1, 2024
2 parents 1c081c7 + 279c07f commit 98fbb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spork/init.janet
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# make (use spork) useful

(import ./argparse :export true)
(import ./base64 :export true)
(import ./cron :export true)
(import ./ev-utils :export true)
(import ./fmt :export true)
Expand All @@ -27,6 +26,7 @@
(import ./test :export true)

# native dependencies
(import spork/base64 :export true)
(import spork/crc :export true)
(import spork/json :export true)
(import spork/rawterm :export true)
Expand Down

0 comments on commit 98fbb69

Please sign in to comment.