Skip to content

Commit

Permalink
chore: remove @angular/platform-browser dependency (#178)
Browse files Browse the repository at this point in the history
Reverts #174.
  • Loading branch information
LayZeeDK authored Aug 19, 2023
1 parent 5766da2 commit be7c8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions packages/ngworker/lumberjack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,12 @@
"peerDependencies": {
"@angular/core": "^15.0.1",
"@angular/common": "^15.0.1",
"@angular/platform-browser": "^15.0.1",
"rxjs": ">= 7.5.0 < 8.0.0"
},
"peerDependenciesMeta": {
"@angular/common": {
"optional": true
},
"@angular/platform-browser": {
"optional": true
},
"rxjs": {
"optional": true
}
Expand Down
3 changes: 2 additions & 1 deletion packages/ngworker/lumberjack/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"executor": "@nx/angular:package",
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
"options": {
"project": "packages/ngworker/lumberjack/ng-package.json"
"project": "packages/ngworker/lumberjack/ng-package.json",
"updateBuildableProjectDepsInPackageJson": false
},
"configurations": {
"production": {
Expand Down

0 comments on commit be7c8d7

Please sign in to comment.