Skip to content

Commit 3494f5b

Browse files
committed
v1.0.4 with Angular 15 support
fixes #158
1 parent 62626d1 commit 3494f5b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ Code released under the [MIT license](LICENSE).
432432

433433
<img src="https://assets.angular.schule/logo-angular-schule.png" height="60">
434434

435-
### &copy; 2017-2020 https://angular.schule
435+
### &copy; 2017-2022 https://angular.schule
436436

437437
This project is made on top of [tschaub/gh-pages](https://github.com/tschaub/gh-pages).
438438
Thank you very much for this great foundation!

src/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-cli-ghpages",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Deploy your Angular app to GitHub pages directly from the Angular CLI. (ng deploy)",
55
"main": "index.js",
66
"bin": {
@@ -55,8 +55,8 @@
5555
"homepage": "https://github.com/angular-schule/angular-cli-ghpages/#readme",
5656
"devDependencies": {
5757
"@angular-devkit/architect": ">= 0.900 < 0.1500",
58-
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
59-
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
58+
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
59+
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
6060
"@types/fs-extra": "^9.0.4",
6161
"@types/jest": "^26.0.15",
6262
"@types/node": "^14.14.7",
@@ -72,8 +72,8 @@
7272
},
7373
"peerDependencies": {
7474
"@angular-devkit/architect": ">= 0.900 < 0.1500",
75-
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
76-
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0"
75+
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
76+
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
7777
},
7878
"dependencies": {
7979
"commander": "^3.0.0-0",

0 commit comments

Comments
 (0)