Skip to content

Commit

Permalink
v2.0.0 - with support for Angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesHoppe committed May 27, 2024
1 parent accfd97 commit 1fbbb59
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 99 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node'
testEnvironment: 'node',
modulePathIgnorePatterns: ['<rootDir>/dist/package.json']
};
140 changes: 49 additions & 91 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-cli-ghpages",
"version": "2.0.0-beta.2",
"version": "2.0.0",
"description": "Deploy your Angular app to GitHub Pages or Cloudflare Pages directly from the Angular CLI (ng deploy)",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -55,9 +55,9 @@
},
"homepage": "https://github.com/angular-schule/angular-cli-ghpages/#readme",
"devDependencies": {
"@angular-devkit/architect": "~0.1700.0",
"@angular-devkit/core": "^17.0.0",
"@angular-devkit/schematics": "^17.0.0",
"@angular-devkit/architect": "~0.1800.0",
"@angular-devkit/core": "^18.0.0",
"@angular-devkit/schematics": "^18.0.0",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.7",
Expand All @@ -69,9 +69,9 @@
"typescript": "~5.2.2"
},
"dependencies": {
"@angular-devkit/architect": "~0.1700.0",
"@angular-devkit/core": "^17.0.0",
"@angular-devkit/schematics": "^17.0.0",
"@angular-devkit/architect": "~0.1800.0",
"@angular-devkit/core": "^18.0.0",
"@angular-devkit/schematics": "^18.0.0",
"commander": "^3.0.0-0",
"fs-extra": "^11.2.0",
"gh-pages": "^3.1.0"
Expand Down

0 comments on commit 1fbbb59

Please sign in to comment.