Update data-plugin to auto-increase version

This commit is contained in:
hiento09 2023-10-25 19:44:03 +07:00 committed by GitHub
parent d90015082c
commit b7d978cacd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,3 +6,4 @@
- module.ts: Defines the plugin module which would be executed by the main node process. - module.ts: Defines the plugin module which would be executed by the main node process.
- package.json: Defines the plugin metadata. - package.json: Defines the plugin metadata.
- tsconfig.json: Defines the typescript configuration. - tsconfig.json: Defines the typescript configuration.