Rebranding to Sengis

This commit is contained in:
Nicolas Constant 2018-07-31 21:06:11 -04:00
parent 535c0dfd5f
commit a38b256ecc
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
6 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
# Mamoth # Sengis
Mastodon client Sengis is a dekstop mastodon client.
## License ## License

View File

@ -3,7 +3,7 @@
"version": 1, "version": 1,
"newProjectRoot": "projects", "newProjectRoot": "projects",
"projects": { "projects": {
"mamoth": { "sengis": {
"root": "", "root": "",
"sourceRoot": "src", "sourceRoot": "src",
"projectType": "application", "projectType": "application",
@ -48,18 +48,18 @@
"serve": { "serve": {
"builder": "@angular-devkit/build-angular:dev-server", "builder": "@angular-devkit/build-angular:dev-server",
"options": { "options": {
"browserTarget": "mamoth:build" "browserTarget": "sengis:build"
}, },
"configurations": { "configurations": {
"production": { "production": {
"browserTarget": "mamoth:build:production" "browserTarget": "sengis:build:production"
} }
} }
}, },
"extract-i18n": { "extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n", "builder": "@angular-devkit/build-angular:extract-i18n",
"options": { "options": {
"browserTarget": "mamoth:build" "browserTarget": "sengis:build"
} }
}, },
"test": { "test": {
@ -93,7 +93,7 @@
} }
} }
}, },
"mamoth-e2e": { "sengis-e2e": {
"root": "e2e", "root": "e2e",
"sourceRoot": "e2e", "sourceRoot": "e2e",
"projectType": "application", "projectType": "application",
@ -102,7 +102,7 @@
"builder": "@angular-devkit/build-angular:protractor", "builder": "@angular-devkit/build-angular:protractor",
"options": { "options": {
"protractorConfig": "./protractor.conf.js", "protractorConfig": "./protractor.conf.js",
"devServerTarget": "mamoth:serve" "devServerTarget": "sengis:serve"
} }
}, },
"lint": { "lint": {
@ -119,7 +119,7 @@
} }
} }
}, },
"defaultProject": "mamoth", "defaultProject": "sengis",
"schematics": { "schematics": {
"@schematics/angular:component": { "@schematics/angular:component": {
"prefix": "app", "prefix": "app",

View File

@ -8,7 +8,7 @@ const url = require('url')
function createWindow () { function createWindow () {
// Create the browser window. // 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); win.setMenu(null);
// and load the index.html of the app. // and load the index.html of the app.

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "mamoth", "name": "sengis",
"version": "0.0.0", "version": "0.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View File

@ -1,5 +1,5 @@
{ {
"name": "mamoth", "name": "sengis",
"version": "0.0.0", "version": "0.0.0",
"license": "MIT", "license": "MIT",
"main": "main.js", "main": "main.js",

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Mamoth</title> <title>Sengis</title>
<base href="./"> <base href="./">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">