Skip to content

Commit ff54621

Browse files
author
Zijian Zhang
committed
chore: add manifest.json dependencies
1 parent 168fe2f commit ff54621

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

manifest.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"name": "${pluginName}",
33
"entry": "${pluginFile}",
4-
"type": "native"
4+
"type": "native",
5+
"dependencies": [
6+
{
7+
"name": "LegacyMoney"
8+
},
9+
{
10+
"name": "LegacyParticleAPI"
11+
}
12+
]
513
}

0 commit comments

Comments
 (0)