Zammad addon common updates

This commit is contained in:
Darren Clarke 2023-05-09 12:26:23 +00:00
parent e4450c37ee
commit 6fca9c704f
16 changed files with 192 additions and 107 deletions

View file

@ -1,10 +1,10 @@
{
"name": "zammad-addon-pgp",
"version": "1.0.0",
"version": "2.0.0",
"description": "Adds PGP integration into [Zammad](https://zammad.org) via [Sequoia](https://sequoia-pgp.org).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "zpm-build",
"migrate": "zpm-migrate"
},
"dependencies": {
"zammad-addon-common": "*"