From a865738cdc9ed428880b9bce67b5ebdf7fed26cf Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Fri, 16 Sep 2016 20:57:47 -0400 Subject: [PATCH] Changed the title to match the project name. --- package.json | 4 ++-- src/client/app/components/app.component.e2e-spec.ts | 2 +- tools/config/project.config.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f3247646..637caf48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "driftlog", + "name": "angular2-seed-material2-advanced", "version": "0.1.0", - "description": "A client for Driftlog", + "description": "A seed project for Angular2, material design, and all the features of the advanced seed.", "repository": { "url": "https://github.com/Syncleus/driftlog-client" }, diff --git a/src/client/app/components/app.component.e2e-spec.ts b/src/client/app/components/app.component.e2e-spec.ts index 391ddf2c..b6ca893b 100644 --- a/src/client/app/components/app.component.e2e-spec.ts +++ b/src/client/app/components/app.component.e2e-spec.ts @@ -9,7 +9,7 @@ t.describe('App', function() { }); t.it('should have a title', function() { - t.e(browser.getTitle()).toEqual('Driftlog'); + t.e(browser.getTitle()).toEqual('angular2-seed-material2-advanced'); }); t.it('should have <nav>', function() { diff --git a/tools/config/project.config.ts b/tools/config/project.config.ts index d48efdf5..f283d61d 100644 --- a/tools/config/project.config.ts +++ b/tools/config/project.config.ts @@ -32,7 +32,7 @@ export class ProjectConfig extends SeedAdvancedConfig { /* Add to or override NPM module configurations: */ // this.mergeObject(this.PLUGIN_CONFIGS['browser-sync'], { ghostMode: false }); - this.APP_TITLE = 'Driftlog'; + this.APP_TITLE = 'angular2-seed-material2-advanced'; this.ENABLE_SCSS = true; -- GitLab