Skip to content

Commit

Permalink
Merge pull request #3 from ms-dosx86/bugfix/init-fixes
Browse files Browse the repository at this point in the history
Bugfix/init fixes
  • Loading branch information
ms-dosx86 authored Jul 13, 2024
2 parents d00bb8d + 42b4833 commit 4c4b1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- run: cd projects/ng-error-handlers && npx semantic-release
env:
GH_TOKEN: ${{secrets.GH_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GH_TOKEN}}
NPM_TOKEN: ${{secrets.GH_TOKEN}}
3 changes: 1 addition & 2 deletions projects/ng-error-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "ng-error-handlers",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^18.1.0",
"@angular/core": "^18.1.0"
"@angular/core": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 4c4b1ba

Please sign in to comment.