Skip to content

Commit

Permalink
Update manifest to include BSIPA dependency (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingabopp authored Sep 15, 2020
1 parent fe9e9d7 commit 1984733
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BeatSaberHTTPStatus/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/beat-saber-modding-group/BSIPA-MetadataFileSchema/master/Schema.json",
"$schema": "https://raw.githubusercontent.com/bsmg/BSIPA-MetadataFileSchema/master/Schema.json",
"author": "opl",
"description": "This plugin exposes information about the current game status, live over a WebSocket and over HTTP.",
"gameVersion": "$BS_VERSION$",
"id": "BeatSaberHTTPStatus",
"name": "Beat Saber HTTP Status",
"version": "$SEMVER_VERSION$",
"dependsOn": {
"BSIPA": "^4.0.5"
},
"links": {
"project-home": "https://github.com/opl-/beatsaber-http-status",
"project-source": "https://github.com/opl-/beatsaber-http-status"
Expand Down

0 comments on commit 1984733

Please sign in to comment.