Skip to content

Commit

Permalink
chore: add manifest.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Jan 22, 2024
1 parent 168fe2f commit ff54621
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"name": "${pluginName}",
"entry": "${pluginFile}",
"type": "native"
"type": "native",
"dependencies": [
{
"name": "LegacyMoney"
},
{
"name": "LegacyParticleAPI"
}
]
}

0 comments on commit ff54621

Please sign in to comment.