PGP build fixes

This commit is contained in:
Darren Clarke 2023-05-10 11:10:32 +00:00
parent 60e590f75c
commit 0e0f081a79
9 changed files with 7 additions and 13 deletions

View file

@ -1,6 +1,6 @@
{
"name": "zammad-addon-pgp",
"displayName": "PGP Support",
"displayName": "PGP",
"version": "2.0.0",
"description": "Adds PGP integration into [Zammad](https://zammad.org) via [Sequoia](https://sequoia-pgp.org).",
"scripts": {
@ -11,5 +11,5 @@
"zammad-addon-common": "*"
},
"author": "",
"license": "ISC"
"license": "AGPL-3.0-or-later"
}

View file

@ -1,4 +1,4 @@
class PGPSupport < ActiveRecord::Migration[5.2]
class PGP < ActiveRecord::Migration[5.2]
def self.up
# return if it's a new setup
# return unless Setting.exists?(name: 'system_init_done')

View file

@ -1,6 +0,0 @@
{
"compilerOptions": {
"resolveJsonModule": true,
"esModuleInterop": true
}
}