fix: add workers.aqua to aqua-lib package (#46)

This commit is contained in:
Maria Kuklina 2023-06-27 17:18:06 +02:00 committed by GitHub
parent a6f4a2af5a
commit ca0af31ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,8 @@
"files": [ "files": [
"builtin.aqua", "builtin.aqua",
"math.aqua", "math.aqua",
"binary.aqua" "binary.aqua",
"workers.aqua"
], ],
"scripts": { "scripts": {
"compile-dry": "aqua -i . --dry" "compile-dry": "aqua -i . --dry"