diff --git a/package-lock.json b/package-lock.json index 39f4354..bdbf2a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/notify_push", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/notify_push", - "version": "1.3.1", + "version": "1.4.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.6.0", diff --git a/package.json b/package.json index a243925..1429817 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/notify_push", - "version": "1.3.1", + "version": "1.4.0", "description": "A javascript client for notify_push events", "type": "module", "exports": { @@ -11,6 +11,11 @@ }, "author": "Nextcloud GmbH and Nextcloud contributors", "license": "AGPL-3.0-or-later", + "files": [ + "dist", + "AUTHORS.md", + "LICENSES" + ], "keywords": [ "nextcloud" ],