Skip to content

Commit

Permalink
v1.0.4 with Angular 15 support
Browse files Browse the repository at this point in the history
fixes #158
  • Loading branch information
JohannesHoppe committed Nov 22, 2022
1 parent 62626d1 commit 3494f5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ Code released under the [MIT license](LICENSE).
<img src="https://assets.angular.schule/logo-angular-schule.png" height="60">
### &copy; 2017-2020 https://angular.schule
### &copy; 2017-2022 https://angular.schule
This project is made on top of [tschaub/gh-pages](https://github.com/tschaub/gh-pages).
Thank you very much for this great foundation!
Expand Down
10 changes: 5 additions & 5 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-cli-ghpages",
"version": "1.0.3",
"version": "1.0.4",
"description": "Deploy your Angular app to GitHub pages directly from the Angular CLI. (ng deploy)",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -55,8 +55,8 @@
"homepage": "https://github.com/angular-schule/angular-cli-ghpages/#readme",
"devDependencies": {
"@angular-devkit/architect": ">= 0.900 < 0.1500",
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@types/fs-extra": "^9.0.4",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.7",
Expand All @@ -72,8 +72,8 @@
},
"peerDependencies": {
"@angular-devkit/architect": ">= 0.900 < 0.1500",
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0"
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"commander": "^3.0.0-0",
Expand Down

0 comments on commit 3494f5b

Please sign in to comment.