packageVersion needs to be updated to pluginVersion

Signed-off-by: Min Kim <minkimcello@gmail.com>
This commit is contained in:
Min Kim
2024-12-17 18:04:21 -05:00
parent 34a13142fd
commit 8553256aff
@@ -1,7 +1,7 @@
{
"name": "{{name}}",
"description": "The {{moduleId}} backend module for the {{id}} plugin.",
"version": "{{packageVersion}}",
"version": "{{pluginVersion}}",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "{{license}}",