Fixed broken dependencies

This commit is contained in:
Tristan B. Velloza Kildaire 2022-05-20 19:03:35 +02:00
parent 3ca097152f
commit 60e333c3b3
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"dependencies": { "dependencies": {
"bformat": "3.1.3", "bformat": "3.1.3",
"msgpack-d": "1.0.3", "msgpack-d": "1.0.3",
"tasky": "1.0.1" "tasky": "1.0.3"
}, },
"description": "Client-side DNET API", "description": "Client-side DNET API",
"license": "LGPLv2", "license": "LGPLv2",

View File

@ -4,7 +4,7 @@
"bformat": "3.1.3", "bformat": "3.1.3",
"eventy": "0.2.2", "eventy": "0.2.2",
"msgpack-d": "1.0.3", "msgpack-d": "1.0.3",
"tasky": "1.0.1", "tasky": "1.0.3",
"tristanable": "2.6.9" "tristanable": "2.6.9"
} }
} }