Skip to content

Commit

Permalink
feat(server): adds Version as named property in GetPluginInfo functio…
Browse files Browse the repository at this point in the history
…n in GetPluginInfo function(#20)

Fix #18
  • Loading branch information
thesheps committed Jul 22, 2021
1 parent 04eedb5 commit 383e44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ class Server {

return {
Name: name,
Version: plugin.getVersion(),
Phases: plugin.getPhases(),
Priority: plugin.getPriority(),
Schema: {
Expand Down

0 comments on commit 383e44e

Please sign in to comment.