Skip to content

Commit

Permalink
chore: change the sort order between version and type in the manifest…
Browse files Browse the repository at this point in the history
… file
  • Loading branch information
Dofes committed Mar 30, 2024
1 parent df2266d commit 6b5566a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "${pluginName}",
"entry": "${pluginFile}",
"type": "native",
"version": "${pluginVersion}"
"version": "${pluginVersion}",
"type": "native"
}

0 comments on commit 6b5566a

Please sign in to comment.