From a38b256ecc4fccc3b42e1e8af5344b73abe54dd5 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Tue, 31 Jul 2018 21:06:11 -0400 Subject: [PATCH] Rebranding to Sengis --- README.md | 4 ++-- angular.json | 14 +++++++------- main.js | 2 +- package-lock.json | 2 +- package.json | 2 +- src/index.html | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 279379aa..15e7d27a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Mamoth -Mastodon client +# Sengis +Sengis is a dekstop mastodon client. ## License diff --git a/angular.json b/angular.json index dcb3956e..cad6eaf6 100644 --- a/angular.json +++ b/angular.json @@ -3,7 +3,7 @@ "version": 1, "newProjectRoot": "projects", "projects": { - "mamoth": { + "sengis": { "root": "", "sourceRoot": "src", "projectType": "application", @@ -48,18 +48,18 @@ "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { - "browserTarget": "mamoth:build" + "browserTarget": "sengis:build" }, "configurations": { "production": { - "browserTarget": "mamoth:build:production" + "browserTarget": "sengis:build:production" } } }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { - "browserTarget": "mamoth:build" + "browserTarget": "sengis:build" } }, "test": { @@ -93,7 +93,7 @@ } } }, - "mamoth-e2e": { + "sengis-e2e": { "root": "e2e", "sourceRoot": "e2e", "projectType": "application", @@ -102,7 +102,7 @@ "builder": "@angular-devkit/build-angular:protractor", "options": { "protractorConfig": "./protractor.conf.js", - "devServerTarget": "mamoth:serve" + "devServerTarget": "sengis:serve" } }, "lint": { @@ -119,7 +119,7 @@ } } }, - "defaultProject": "mamoth", + "defaultProject": "sengis", "schematics": { "@schematics/angular:component": { "prefix": "app", diff --git a/main.js b/main.js index 259f0c43..cd8e8d35 100644 --- a/main.js +++ b/main.js @@ -8,7 +8,7 @@ const url = require('url') function createWindow () { // Create the browser window. - win = new BrowserWindow({ width: 400, height: 800, title: "Mamoth"}) + win = new BrowserWindow({ width: 400, height: 800, title: "Sengis"}) win.setMenu(null); // and load the index.html of the app. diff --git a/package-lock.json b/package-lock.json index e88cf381..a00c732c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "mamoth", + "name": "sengis", "version": "0.0.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 3761943a..15c0a671 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "mamoth", + "name": "sengis", "version": "0.0.0", "license": "MIT", "main": "main.js", diff --git a/src/index.html b/src/index.html index 14326f9c..cc1122e0 100644 --- a/src/index.html +++ b/src/index.html @@ -2,7 +2,7 @@ - Mamoth + Sengis