Skip to content

Commit

Permalink
Merge pull request #136 from Kylemc1413/fix/missing-dep
Browse files Browse the repository at this point in the history
Add missing dependency in manifest
  • Loading branch information
Meivyn authored Mar 22, 2024
2 parents 7c52d22 + fdd00ed commit 03d5a70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/SongCore/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"dependsOn": {
"BSIPA": "^4.3.0",
"BeatSaberMarkupLanguage": "^1.7.6",
"SiraUtil": "^3.0.0"
"SiraUtil": "^3.0.0",
"System.IO.Compression": "^4.6.57"
},
"links": {
"project-source": "https://github.com/Kylemc1413/SongCore"
Expand Down

0 comments on commit 03d5a70

Please sign in to comment.