Addon build working
This commit is contained in:
parent
6fca9c704f
commit
60e590f75c
22 changed files with 141 additions and 475 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
"name": "zammad-addon-pgp",
|
||||
"displayName": "PGP Support",
|
||||
"version": "2.0.0",
|
||||
"description": "Adds PGP integration into [Zammad](https://zammad.org) via [Sequoia](https://sequoia-pgp.org).",
|
||||
"scripts": {
|
||||
"build": "zpm-build",
|
||||
"migrate": "zpm-migrate"
|
||||
"build": "node ../../node_modules/zammad-addon-common/dist/build.js",
|
||||
"migrate": "node ../../node_modules/zammad-addon-common/dist/migrate.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"zammad-addon-common": "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue