diff --git a/.elasticbeanstalk/config.yml b/.elasticbeanstalk/config.yml index b19dc9e..46b687e 100644 --- a/.elasticbeanstalk/config.yml +++ b/.elasticbeanstalk/config.yml @@ -1,10 +1,10 @@ branch-defaults: release/prod: - environment: mail-html5-prod + environment: mail-prod release/test: - environment: mail-html5-test + environment: mail-test global: - application_name: mail-html5 + application_name: mail default_ec2_keyname: null default_platform: Node.js default_region: eu-central-1 diff --git a/package.json b/package.json index 65aba8f..01a4804 100644 --- a/package.json +++ b/package.json @@ -3,21 +3,6 @@ "description": "Mail App with integrated OpenPGP encryption.", "author": "Whiteout Networks", "homepage": "https://whiteout.io", - "repository": { - "type": "git", - "url": "https://github.com/whiteout-io/mail-html5.git" - }, - "keywords": [ - "email", - "mail", - "client", - "app", - "openpgp", - "pgp", - "gpg", - "imap", - "smtp" - ], "engines": { "node": ">=0.10" },