Skip to content

Commit

Permalink
drop tutanota support: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Dec 19, 2019
1 parent 2459f70 commit fd3a74e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "electron-mail",
"description": "Unofficial desktop app for ProtonMail and Tutanota E2EE email providers",
"version": "3.8.1",
"description": "Unofficial ProtonMail Desktop App",
"version": "4.0.0",
"author": "Vladimir Yakovlev <desktop-app@protonmail.ch>",
"license": "MIT",
"homepage": "https://github.com/vladimiry/ElectronMail",
Expand Down Expand Up @@ -41,13 +41,10 @@
"clean:prebuilds:sodium-native": "rimraf ./node_modules/sodium-native/build ./node_modules/sodium-native/prebuilds ./node_modules/sodium-native/lib",
"clean:prebuilds:spellchecker": "rimraf ./node_modules/spellchecker/build ./node_modules/spellchecker/prebuilds",
"clean:prebuilds:desktop-idle": "rimraf ./node_modules/desktop-idle/build ./node_modules/desktop-idle/prebuilds",
"assets": "npm-run-all assets:copy scripts/download-numbers-font assets:webclient:tutanota assets:webclient:protonmail",
"assets:dev": "npm-run-all assets:copy:dev scripts/download-numbers-font:dev assets:webclient:tutanota:dev assets:webclient:protonmail:dev",
"assets": "npm-run-all assets:copy scripts/download-numbers-font assets:webclient:protonmail",
"assets:dev": "npm-run-all assets:copy:dev scripts/download-numbers-font:dev assets:webclient:protonmail:dev",
"assets:copy": "cpx \"./src/assets/dist/**/*\" ./app/assets",
"assets:copy:dev": "cpx \"./src/assets/dist/**/*\" ./app-dev/assets",
"assets:webclient:tutanota": "yarn run assets:webclient:tutanota:base ./app/webclient",
"assets:webclient:tutanota:dev": "yarn run assets:webclient:tutanota:base ./app-dev/webclient",
"assets:webclient:tutanota:base": "cross-env TS_NODE_FILES=true ts-node -r tsconfig-paths/register ./scripts/prepare-webclient/tutanota.ts",
"assets:webclient:protonmail": "yarn run assets:webclient:protonmail:base ./app/webclient",
"assets:webclient:protonmail:dev": "yarn run assets:webclient:protonmail:base ./app-dev/webclient",
"assets:webclient:protonmail:base": "cross-env TS_NODE_FILES=true ts-node -r tsconfig-paths/register ./scripts/prepare-webclient/protonmail.ts",
Expand Down

0 comments on commit fd3a74e

Please sign in to comment.