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
Mastodon client
# Sengis
Sengis is a dekstop mastodon client.
## License

View File

@ -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",

View File

@ -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.

2
package-lock.json generated
View File

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

View File

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

View File

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