Skip to content

Commit 2f20a2c

Browse files
committed
fixes meta information
1 parent 01a247a commit 2f20a2c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
<hr>
99

1010
Angular CLI addon. Publish to any gh-pages branch on GitHub (or any other branch on any other remote).
11-
Made for Travis-CI. Brought to you by the [angular2buch.de](https://angular2buch.de/) team!
11+
Made for Travis-CI. Brought to you by the [angular-buch.com](https://angular-buch.com/) team!
1212

1313
## About
1414

1515
This is similar to the normal `github-pages:deploy` command.
1616
But by design, the command is limited to the `gh-pages` branch of the same repository.
1717

18-
In contrast to this, the [Angular2Buch/angular-cli-ghpages](https://github.com/Angular2Buch/angular-cli-ghpages) addon is able to push to any branch on any repository. It's build on top of [tschaub/gh-pages](https://github.com/tschaub/gh-pages).
18+
In contrast to this, the [angular-buch/angular-cli-ghpages](https://github.com/angular-buch/angular-cli-ghpages) addon is able to push to any branch on any repository. It's made on top of [tschaub/gh-pages](https://github.com/tschaub/gh-pages).
1919
__This addon works great on [Travis-CI](https://travis-ci.org/).__ No git credentials must be set up in before. Specific environment variables of Travis-CI are evaluated, too. You will like it!
2020

21-
angular-cli-ghpages was sucessfully tested against __`angular-cli: 1.0.0-beta.17`__.
21+
angular-cli-ghpages was sucessfully tested against __`angular-cli: 1.0.0-beta.21`__.
2222

2323

2424
## Installation & Setup
@@ -113,7 +113,7 @@ Includes dotfiles by default. When set to `false` files starting with `.` are ig
113113

114114
For your convenience, the addon will recognize the [environment variable](https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings) `GH_TOKEN` and will replace this pattern in the `--repo` string. Please __do NOT disable the silent mode__ if you have any credentials in the repository URL! Read more about [Github tokens here](https://help.github.com/articles/creating-an-access-token-for-command-line-use/).
115115

116-
In example, the following command runs [on our Travis-CI](https://travis-ci.org/Angular2Buch/book-monkey2):
116+
In example, the following command runs [on our Travis-CI](https://travis-ci.org/angular-buch/book-monkey2):
117117

118118
```sh
119119
ng ghpages --repo=https://[email protected]/organisation/your-repo.git --name="Displayed Username" [email protected]

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "angular-cli-ghpages",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Angular CLI addon. Publish to any gh-pages branch on GitHub (or any other branch on any other remote).",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/Angular2Buch/angular-cli-ghpages.git"
7+
"url": "git+https://github.com/angular-buch/angular-cli-ghpages.git"
88
},
99
"bugs": {
10-
"url": "https://github.com/Angular2Buch/angular-cli-ghpages/issues"
10+
"url": "https://github.com/angular-buch/angular-cli-ghpages/issues"
1111
},
1212
"author": {
13-
"name": "Angular2Buch Team",
13+
"name": "Angular-Buch Team",
1414
"email": "[email protected]"
1515
},
1616
"maintainers": [

0 commit comments

Comments
 (0)