Skip to content

Commit bbfaf67

Browse files
committed
Package name change to ngxmatfire
1 parent 52b4966 commit bbfaf67

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "ng4matfire",
3-
"version": "1.0.3",
2+
"name": "ngxmatfire",
3+
"version": "1.0.4",
44
"author": "Jeroen Ouwehand",
55
"description": "Full stack starter app with Angular 4, Material Design and Firebase.",
66
"keywords": [
@@ -12,7 +12,7 @@
1212
"starter-template",
1313
"ngx"
1414
],
15-
"homepage": "https://github.com/jeroenouw/Angular4MaterialDesign",
15+
"repository": "https://github.com/jeroenouw/AngularMaterialFirebase",
1616
"license": "MIT",
1717
"angular-cli": {},
1818
"scripts": {

src/app/components/blocks/card-block/card-block.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<br /><br />
1616

1717
<md-card-actions class="buttonCard">
18-
<a button md-raised-button href="https://github.com/jeroenouw/Angular4MaterialDesign" target="_blank"><h3>Fork on Github</h3></a>
18+
<a button md-raised-button href="https://github.com/jeroenouw/AngularMaterialFirebase" target="_blank"><h3>Fork on Github</h3></a>
1919
</md-card-actions>
2020
</md-card>

src/app/components/shared/layout/header/header.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class HeaderComponent {
5151
{
5252
icon: 'link',
5353
title: 'Fork on Github',
54-
link: 'https://github.com/jeroenouw/Angular4MaterialDesign'
54+
link: 'https://github.com/jeroenouw/AngularMaterialFirebase'
5555
},
5656
];
5757
}

src/app/pipes/titlecase-pipe.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Component, OnInit } from '@angular/core';
88
styles: []
99
})
1010
export class TitleCasePipeComponent implements OnInit {
11-
message = 'angular 4 material design';
11+
message = 'angular material firebase';
1212
constructor() { }
1313

1414
ngOnInit() {

0 commit comments

Comments
 (0)