diff --git a/package.json b/package.json index f32476469198e31658000ab0a23926fd979342b0..637caf48d79c7b572d4040db3a93324c251abea5 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 391ddf2c3ba964b6449b3544cc64b22dca076332..b6ca893ba6c0af9a7aa441f3fbdc58b63442636a 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 d48efdf5c3645fe2e5882584dde579a6f46e41bf..f283d61dbd0c91aa1b7fae9ad2bf7572d5c12ae3 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;