-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: build fixed that was pushing wrong tags
- Loading branch information
1 parent
e8da881
commit 2b86748
Showing
4 changed files
with
7 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "xng-breadcrumb", | ||
"version": "3.7.2", | ||
"license": "MIT", | ||
"description": "A declarative and reactive breadcrumb for Angular 6 and beyond https://www.npmjs.com/package/xng-breadcrumb", | ||
"description": "A declarative and reactive breadcrumb approach for Angular 6 and beyond https://www.npmjs.com/package/xng-breadcrumb", | ||
"author": { | ||
"name": "Uday Vunnam", | ||
"email": "[email protected]" | ||
|
@@ -18,8 +18,8 @@ | |
}, | ||
"keywords": [ | ||
"angular", | ||
"angular2+", | ||
"ng", | ||
"ng-breadcrumb", | ||
"ngx-breadcrumb", | ||
"breadcrumb", | ||
"ngx" | ||
], | ||
|